#1caec0

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

Shades of Light Sea Green #1CAEC0

Tints of Light Sea Green #1CAEC0

Color information

#1CAEC0 (or 0x1CAEC0) is unknown color: approx Light Sea Green. HEX triplet: 1C, AE and C0. RGB value is (28,174,192). Sum of RGB (Red+Green+Blue) = 28+174+192=394 (52% of max value = 765). Red value is 28 (11.33% from 255 or 7.11% from 394); Green value is 174 (68.36% from 255 or 44.16% from 394); Blue value is 192 (75.39% from 255 or 48.73% from 394); Max value from RGB is 192 - color contains mainly: blue. Hex color #1CAEC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CAEC0 is #E3513F. Grayscale: #848484. Windows color (decimal): -14897472 or 12627484. OLE color: 12627484.

HSL color Cylindrical-coordinate representation of color #1CAEC0: hue angle of 186.59º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CAEC0 is Cyan = 0.85, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB28174192-
CMYK0.850.0900.25
HSL186.59º74.55%43.14%-
HSV(B)186.59º85.42%75.29%-
XYZ25.1334.3255.17-
YUV132.4161.6353.54-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.11%
GREEN value IS 174 (68.36% from 255) = 44.16%
BLUE value IS 192 (75.39% from 255) = 48.73%
R=7.11%
G=44.16%
B=48.73%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal281741920.850.0900.25186.5974.5543.14
Hex1CAEC0559019bb4b2b
Octal342563001251103127311353
Binary11100101011101100000010101011001011001101110111001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1caec0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,174,192); }

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

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

 a { background-color: rgb(28,174,192); }

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

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

 span { border-color: rgb(28,174,192); }

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