Html Css Color HEX #2AADAA Light Sea Green

📋 copy color: '#2AADAA'

red 42 ◦ green 173 ◦ blue 170

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

Shades of Light Sea Green #2AADAA

Tints of Light Sea Green #2AADAA

RGB

 RED value IS 42 (16.8% from 255) = 10.91%

 GREEN value IS 173 (67.97% from 255) = 44.94%

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

R = 10.91%
G = 44.94%
B = 44.16%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#2AADAA (or 0x2AADAA) is known color: Light Sea Green. HEX triplet: 2A, AD and AA. RGB value is (42,173,170). Sum of RGB (Red+Green+Blue) = 42+173+170=385 (50% of max value = 765). Red value is 42 (16.80% from 255 or 10.91% from 385); Green value is 173 (67.97% from 255 or 44.94% from 385); Blue value is 170 (66.80% from 255 or 44.16% from 385); Max value from RGB is 173 - color contains mainly: green. Hex color #2AADAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AADAA is #D55255. Grayscale: #858585. Windows color (decimal): -13980246 or 11185450. OLE color: 11185450.

HSL color Cylindrical-coordinate representation of color #2AADAA: hue angle of 178.63º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2AADAA is Cyan = 0.76, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 42 173 170 -
CMYK 0.76 0 0.02 0.32
HSL 178.63º 0.61% 0.42% -
HSV(B) 178.63º 0.76% 0.68% -
XYZ 23.15 33.28 43.23 -
YUV 133.49 148.6 62.74 -
System Red Green Blue C M Y K H S L
Decimal 42 173 170 0.76 0 0.02 0.32 178.63 0.61 0.42
Hex 2A AD AA 4C 0 2 20 B3 3D 2A
Octal 52 255 252 114 0 2 40 263 75 52
Binary 101010 10101101 10101010 1001100 0 10 100000 10110011 111101 101010

Color Harmonies of #2AADAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AADAA

Black with #2AADAA

Text Example


Text Example

White with #2AADAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,173,170); }

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

background-color css

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

 a { background-color: rgb(42,173,170); }

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

border-color css

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

 span { border-color: rgb(42,173,170); }

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