Html Css Color HEX #2AB89D Light Sea Green

📋 copy color: '#2AB89D'

red 42 ◦ green 184 ◦ blue 157

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

Shades of Light Sea Green #2AB89D

Tints of Light Sea Green #2AB89D

RGB

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

 GREEN value IS 184 (72.27% from 255) = 48.04%

 BLUE value IS 157 (61.72% from 255) = 40.99%

R = 10.97%
G = 48.04%
B = 40.99%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.15

 K value IS 0.28

RGB Variations

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

Color information

#2AB89D (or 0x2AB89D) is known color: Light Sea Green. HEX triplet: 2A, B8 and 9D. RGB value is (42,184,157). Sum of RGB (Red+Green+Blue) = 42+184+157=383 (50% of max value = 765). Red value is 42 (16.80% from 255 or 10.97% from 383); Green value is 184 (72.27% from 255 or 48.04% from 383); Blue value is 157 (61.72% from 255 or 40.99% from 383); Max value from RGB is 184 - color contains mainly: green. Hex color #2AB89D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AB89D is #D54762. Grayscale: #8A8A8A. Windows color (decimal): -13977443 or 10336298. OLE color: 10336298.

HSL color Cylindrical-coordinate representation of color #2AB89D: hue angle of 168.59º 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 #2AB89D is Cyan = 0.77, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.28.

Color convert

RGB 42 184 157 -
CMYK 0.77 0 0.15 0.28
HSL 168.59º 0.63% 0.44% -
HSV(B) 168.59º 0.77% 0.72% -
XYZ 24.18 37.21 37.81 -
YUV 138.46 138.46 59.2 -
System Red Green Blue C M Y K H S L
Decimal 42 184 157 0.77 0 0.15 0.28 168.59 0.63 0.44
Hex 2A B8 9D 4D 0 F 1C A9 3F 2C
Octal 52 270 235 115 0 17 34 251 77 54
Binary 101010 10111000 10011101 1001101 0 1111 11100 10101001 111111 101100

Color Harmonies of #2AB89D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB89D

Black with #2AB89D

Text Example


Text Example

White with #2AB89D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,184,157); }

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

background-color css

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

 a { background-color: rgb(42,184,157); }

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

border-color css

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

 span { border-color: rgb(42,184,157); }

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