Html Css Color HEX #2AB7A2 Light Sea Green

📋 copy color: '#2AB7A2'

red 42 ◦ green 183 ◦ blue 162

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

Shades of Light Sea Green #2AB7A2

Tints of Light Sea Green #2AB7A2

RGB

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

 GREEN value IS 183 (71.88% from 255) = 47.29%

 BLUE value IS 162 (63.67% from 255) = 41.86%

R = 10.85%
G = 47.29%
B = 41.86%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.11

 K value IS 0.28

RGB Variations

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

Color information

#2AB7A2 (or 0x2AB7A2) is known color: Light Sea Green. HEX triplet: 2A, B7 and A2. RGB value is (42,183,162). Sum of RGB (Red+Green+Blue) = 42+183+162=387 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.85% from 387); Green value is 183 (71.88% from 255 or 47.29% from 387); Blue value is 162 (63.67% from 255 or 41.86% from 387); Max value from RGB is 183 - color contains mainly: green. Hex color #2AB7A2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AB7A2 is #D5485D. Grayscale: #8A8A8A. Windows color (decimal): -13977694 or 10663722. OLE color: 10663722.

HSL color Cylindrical-coordinate representation of color #2AB7A2: hue angle of 171.06º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB7A2 is Cyan = 0.77, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.28.

Color convert

RGB 42 183 162 -
CMYK 0.77 0 0.11 0.28
HSL 171.06º 0.63% 0.44% -
HSV(B) 171.06º 0.77% 0.72% -
XYZ 24.41 36.97 40.03 -
YUV 138.45 141.29 59.21 -
System Red Green Blue C M Y K H S L
Decimal 42 183 162 0.77 0 0.11 0.28 171.06 0.63 0.44
Hex 2A B7 A2 4D 0 B 1C AB 3F 2C
Octal 52 267 242 115 0 13 34 253 77 54
Binary 101010 10110111 10100010 1001101 0 1011 11100 10101011 111111 101100

Color Harmonies of #2AB7A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB7A2

Black with #2AB7A2

Text Example


Text Example

White with #2AB7A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,183,162); }

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

background-color css

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

 a { background-color: rgb(42,183,162); }

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

border-color css

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

 span { border-color: rgb(42,183,162); }

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