#2CA7AA

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

Shades of Light Sea Green #2CA7AA

Tints of Light Sea Green #2CA7AA

Color information

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

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

Color convert

RGB44167170-
CMYK0.740.0200.33
HSL181.43º58.88%41.96%-
HSV(B)181.43º74.12%66.67%-
XYZ22.1131.0842.86-
YUV130.56150.2566.26-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal441671700.740.0200.33181.4358.8841.96
Hex2CA7AA4A2021b53b2a
Octal5424725211220412657352
Binary1011001010011110101010100101010010000110110101111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CA7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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