#2CAAA7

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

Shades of Light Sea Green #2CAAA7

Tints of Light Sea Green #2CAAA7

Color information

#2CAAA7 (or 0x2CAAA7) is unknown color: approx Light Sea Green. HEX triplet: 2C, AA and A7. RGB value is (44,170,167). Sum of RGB (Red+Green+Blue) = 44+170+167=381 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.55% from 381); Green value is 170 (66.80% from 255 or 44.62% from 381); Blue value is 167 (65.62% from 255 or 43.83% from 381); Max value from RGB is 170 - color contains mainly: green. Hex color #2CAAA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CAAA7 is #D35558. Grayscale: #838383. Windows color (decimal): -13849945 or 10988076. OLE color: 10988076.

HSL color Cylindrical-coordinate representation of color #2CAAA7: hue angle of 178.57º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2CAAA7 is Cyan = 0.74, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB44170167-
CMYK0.7400.020.33
HSL178.57º58.88%41.96%-
HSV(B)178.57º74.12%66.67%-
XYZ22.3932.0741.57-
YUV131.98147.7665.24-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.55%
GREEN value IS 170 (66.80% from 255) = 44.62%
BLUE value IS 167 (65.62% from 255) = 43.83%
R=11.55%
G=44.62%
B=43.83%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal441701670.7400.020.33178.5758.8841.96
Hex2CAAA74A0221b33b2a
Octal5425224711202412637352
Binary1011001010101010100111100101001010000110110011111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CAAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2CAAA7; }

 p { color: rgb(44,170,167); }

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

<style>
 a { background-color: #2CAAA7; }

 a { background-color: rgb(44,170,167); }

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

<style>
 span { border-color: #2CAAA7; }

 span { border-color: rgb(44,170,167); }

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