#1CBCAE

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

Shades of Light Sea Green #1CBCAE

Tints of Light Sea Green #1CBCAE

Color information

#1CBCAE (or 0x1CBCAE) is unknown color: approx Light Sea Green. HEX triplet: 1C, BC and AE. RGB value is (28,188,174). Sum of RGB (Red+Green+Blue) = 28+188+174=390 (51% of max value = 765). Red value is 28 (11.33% from 255 or 7.18% from 390); Green value is 188 (73.83% from 255 or 48.21% from 390); Blue value is 174 (68.36% from 255 or 44.62% from 390); Max value from RGB is 188 - color contains mainly: green. Hex color #1CBCAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CBCAE is #E34351. Grayscale: #8A8A8A. Windows color (decimal): -14893906 or 11451420. OLE color: 11451420.

HSL color Cylindrical-coordinate representation of color #1CBCAE: hue angle of 174.75º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CBCAE is Cyan = 0.85, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB28188174-
CMYK0.8500.070.26
HSL174.75º74.07%42.35%-
HSV(B)174.75º85.11%73.73%-
XYZ26.139.2746.25-
YUV138.56147.9949.14-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.18%
GREEN value IS 188 (73.83% from 255) = 48.21%
BLUE value IS 174 (68.36% from 255) = 44.62%
R=7.18%
G=48.21%
B=44.62%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal281881740.8500.070.26174.7574.0742.35
Hex1CBCAE55071Aaf4a2a
Octal34274256125073225711252
Binary1110010111100101011101010101011111010101011111001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CBCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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