Html Css Color HEX #2CA6AA Light Sea Green

📋 copy color: '#2CA6AA'

red 44 ◦ green 166 ◦ blue 170

#2CA6AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sea Green #2CA6AA

Tints of Light Sea Green #2CA6AA

RGB

 RED value IS 44 (17.58% from 255) = 11.58%

 GREEN value IS 166 (65.23% from 255) = 43.68%

 BLUE value IS 170 (66.8% from 255) = 44.74%

R = 11.58%
G = 43.68%
B = 44.74%

CMYK

 C value IS 0.74

 M value IS 0.02

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2CA6AA (or 0x2CA6AA) is known color: Light Sea Green. HEX triplet: 2C, A6 and AA. RGB value is (44,166,170). Sum of RGB (Red+Green+Blue) = 44+166+170=380 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.58% from 380); Green value is 166 (65.23% from 255 or 43.68% from 380); Blue value is 170 (66.80% from 255 or 44.74% from 380); Max value from RGB is 170 - color contains mainly: blue. Hex color #2CA6AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CA6AA is #D35955. Grayscale: #818181. Windows color (decimal): -13850966 or 11183660. OLE color: 11183660.

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

Color convert

RGB 44 166 170 -
CMYK 0.74 0.02 0 0.33
HSL 181.9º 0.59% 0.42% -
HSV(B) 181.9º 0.74% 0.67% -
XYZ 21.93 30.71 42.8 -
YUV 129.98 150.58 66.67 -
System Red Green Blue C M Y K H S L
Decimal 44 166 170 0.74 0.02 0 0.33 181.9 0.59 0.42
Hex 2C A6 AA 4A 2 0 21 B6 3B 2A
Octal 54 246 252 112 2 0 41 266 73 52
Binary 101100 10100110 10101010 1001010 10 0 100001 10110110 111011 101010

Color Harmonies of #2CA6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CA6AA

Black with #2CA6AA

Text Example


Text Example

White with #2CA6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2CA6AA;
 }
 .AnyTagClassName
 {
   color: #2CA6AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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