Html Css Color HEX #2AAEAA Light Sea Green

📋 copy color: '#2AAEAA'

red 42 ◦ green 174 ◦ blue 170

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

Shades of Light Sea Green #2AAEAA

Tints of Light Sea Green #2AAEAA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 45.08%

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

R = 10.88%
G = 45.08%
B = 44.04%

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

#2AAEAA (or 0x2AAEAA) is known color: Light Sea Green. HEX triplet: 2A, AE and AA. RGB value is (42,174,170). Sum of RGB (Red+Green+Blue) = 42+174+170=386 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.88% from 386); Green value is 174 (68.36% from 255 or 45.08% from 386); Blue value is 170 (66.80% from 255 or 44.04% from 386); Max value from RGB is 174 - color contains mainly: green. Hex color #2AAEAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AAEAA is #D55155. Grayscale: #858585. Windows color (decimal): -13979990 or 11185706. OLE color: 11185706.

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

Color convert

RGB 42 174 170 -
CMYK 0.76 0 0.02 0.32
HSL 178.18º 0.61% 0.42% -
HSV(B) 178.18º 0.76% 0.68% -
XYZ 23.35 33.67 43.3 -
YUV 134.08 148.27 62.33 -
System Red Green Blue C M Y K H S L
Decimal 42 174 170 0.76 0 0.02 0.32 178.18 0.61 0.42
Hex 2A AE AA 4C 0 2 20 B2 3D 2A
Octal 52 256 252 114 0 2 40 262 75 52
Binary 101010 10101110 10101010 1001100 0 10 100000 10110010 111101 101010

Color Harmonies of #2AAEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AAEAA

Black with #2AAEAA

Text Example


Text Example

White with #2AAEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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