#1CAAB5

Color #1CAAB5 Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #1CAAB5

Tints of Light Sea Green #1CAAB5

Color information

#1CAAB5 (or 0x1CAAB5) is unknown color: approx Light Sea Green. HEX triplet: 1C, AA and B5. RGB value is (28,170,181). Sum of RGB (Red+Green+Blue) = 28+170+181=379 (50% of max value = 765). Red value is 28 (11.33% from 255 or 7.39% from 379); Green value is 170 (66.80% from 255 or 44.85% from 379); Blue value is 181 (71.09% from 255 or 47.76% from 379); Max value from RGB is 181 - color contains mainly: blue. Hex color #1CAAB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CAAB5 is #E3554A. Grayscale: #808080. Windows color (decimal): -14898507 or 11905564. OLE color: 11905564.

HSL color Cylindrical-coordinate representation of color #1CAAB5: hue angle of 184.31º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CAAB5 is Cyan = 0.85, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB28170181-
CMYK0.850.0600.29
HSL184.31º73.21%40.98%-
HSV(B)184.31º84.53%70.98%-
XYZ23.1932.3348.73-
YUV128.8157.4656.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 28 (11.33% from 255) = 7.39%
GREEN value IS 170 (66.80% from 255) = 44.85%
BLUE value IS 181 (71.09% from 255) = 47.76%
R=7.39%
G=44.85%
B=47.76%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal281701810.850.0600.29184.3173.2140.98
Hex1CAAB555601Db84929
Octal34252265125603527011151
Binary1110010101010101101011010101110011101101110001001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CAAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1CAAB5; }

 p { color: rgb(28,170,181); }

 H1.HeaderClassName
 {
   color: #1CAAB5;
 }
 .AnyTagClassName
 {
   color: #1CAAB5;
 }
</style>
background-color css

<style>
 a { background-color: #1CAAB5; }

 a { background-color: rgb(28,170,181); }

 div.DivClassName
 {
   background-color: #1CAAB5;
 }
 .BgClassName
 {
   background-color: #1CAAB5;
 }
</style>
border-color css

<style>
 span { border-color: #1CAAB5; }

 span { border-color: rgb(28,170,181); }

 td.TdClassName
 {
   border-color: #1CAAB5;
 }
 .TagClassName
 {
   border-color: #1CAAB5;
 }
</style>