#1cccab

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

Shades of Light Sea Green #1CCCAB

Tints of Light Sea Green #1CCCAB

Color information

#1CCCAB (or 0x1CCCAB) is unknown color: approx Light Sea Green. HEX triplet: 1C, CC and AB. RGB value is (28,204,171). Sum of RGB (Red+Green+Blue) = 28+204+171=403 (53% of max value = 765). Red value is 28 (11.33% from 255 or 6.95% from 403); Green value is 204 (80.08% from 255 or 50.62% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 204 - color contains mainly: green. Hex color #1CCCAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CCCAB is #E33354. Grayscale: #939393. Windows color (decimal): -14889813 or 11258908. OLE color: 11258908.

HSL color Cylindrical-coordinate representation of color #1CCCAB: hue angle of 168.75º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CCCAB is Cyan = 0.86, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB28204171-
CMYK0.8600.160.2
HSL168.75º75.86%45.49%-
HSV(B)168.75º86.27%80%-
XYZ29.4246.3745.93-
YUV147.61141.1942.68-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 6.95%
GREEN value IS 204 (80.08% from 255) = 50.62%
BLUE value IS 171 (67.19% from 255) = 42.43%
R=6.95%
G=50.62%
B=42.43%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal282041710.8600.160.2168.7575.8645.49
Hex1CCCAB5601014a94c2d
Octal343142531260202425111455
Binary111001100110010101011101011001000010100101010011001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1cccab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,204,171); }

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

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

 a { background-color: rgb(28,204,171); }

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

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

 span { border-color: rgb(28,204,171); }

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