#2CA9AA

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

Shades of Light Sea Green #2CA9AA

Tints of Light Sea Green #2CA9AA

Color information

#2CA9AA (or 0x2CA9AA) is unknown color: approx Light Sea Green. HEX triplet: 2C, A9 and AA. RGB value is (44,169,170). Sum of RGB (Red+Green+Blue) = 44+169+170=383 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.49% from 383); Green value is 169 (66.41% from 255 or 44.13% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 170 - color contains mainly: blue. Hex color #2CA9AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CA9AA is #D35655. Grayscale: #838383. Windows color (decimal): -13850198 or 11184428. OLE color: 11184428.

HSL color Cylindrical-coordinate representation of color #2CA9AA: hue angle of 180.48º 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 #2CA9AA is Cyan = 0.74, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB44169170-
CMYK0.740.0100.33
HSL180.48º58.88%41.96%-
HSV(B)180.48º74.12%66.67%-
XYZ22.4831.8142.99-
YUV131.74149.5965.42-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.49%
GREEN value IS 169 (66.41% from 255) = 44.13%
BLUE value IS 170 (66.80% from 255) = 44.39%
R=11.49%
G=44.13%
B=44.39%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal441691700.740.0100.33180.4858.8841.96
Hex2CA9AA4A1021b43b2a
Octal5425125211210412647352
Binary101100101010011010101010010101010000110110100111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CA9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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