#1CAA99

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

Shades of Light Sea Green #1CAA99

Tints of Light Sea Green #1CAA99

Color information

#1CAA99 (or 0x1CAA99) is unknown color: approx Light Sea Green. HEX triplet: 1C, AA and 99. RGB value is (28,170,153). Sum of RGB (Red+Green+Blue) = 28+170+153=351 (46% of max value = 765). Red value is 28 (11.33% from 255 or 7.98% from 351); Green value is 170 (66.80% from 255 or 48.43% from 351); Blue value is 153 (60.16% from 255 or 43.59% from 351); Max value from RGB is 170 - color contains mainly: green. Hex color #1CAA99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CAA99 is #E35566. Grayscale: #7D7D7D. Windows color (decimal): -14898535 or 10070556. OLE color: 10070556.

HSL color Cylindrical-coordinate representation of color #1CAA99: hue angle of 172.82º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CAA99 is Cyan = 0.84, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.33.

Color convert

RGB28170153-
CMYK0.8400.10.33
HSL172.82º71.72%38.82%-
HSV(B)172.82º83.53%66.67%-
XYZ20.631.335.09-
YUV125.6143.4658.38-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.98%
GREEN value IS 170 (66.80% from 255) = 48.43%
BLUE value IS 153 (60.16% from 255) = 43.59%
R=7.98%
G=48.43%
B=43.59%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal281701530.8400.10.33172.8271.7238.82
Hex1CAA99540A21ad4827
Octal342522311240124125511047
Binary111001010101010011001101010001010100001101011011001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CAA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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