Html Css Color HEX #2ABFAD Light Sea Green

📋 copy color: '#2ABFAD'

red 42 ◦ green 191 ◦ blue 173

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

Shades of Light Sea Green #2ABFAD

Tints of Light Sea Green #2ABFAD

RGB

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

 GREEN value IS 191 (75% from 255) = 47.04%

 BLUE value IS 173 (67.97% from 255) = 42.61%

R = 10.34%
G = 47.04%
B = 42.61%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#2ABFAD (or 0x2ABFAD) is known color: Light Sea Green. HEX triplet: 2A, BF and AD. RGB value is (42,191,173). Sum of RGB (Red+Green+Blue) = 42+191+173=406 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.34% from 406); Green value is 191 (75% from 255 or 47.04% from 406); Blue value is 173 (67.97% from 255 or 42.61% from 406); Max value from RGB is 191 - color contains mainly: green. Hex color #2ABFAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ABFAD is #D54052. Grayscale: #909090. Windows color (decimal): -13975635 or 11386666. OLE color: 11386666.

HSL color Cylindrical-coordinate representation of color #2ABFAD: hue angle of 172.75º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ABFAD is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 42 191 173 -
CMYK 0.78 0 0.09 0.25
HSL 172.75º 0.64% 0.46% -
HSV(B) 172.75º 0.78% 0.75% -
XYZ 27.13 40.77 45.97 -
YUV 144.4 144.14 54.96 -
System Red Green Blue C M Y K H S L
Decimal 42 191 173 0.78 0 0.09 0.25 172.75 0.64 0.46
Hex 2A BF AD 4E 0 9 19 AD 40 2E
Octal 52 277 255 116 0 11 31 255 100 56
Binary 101010 10111111 10101101 1001110 0 1001 11001 10101101 1000000 101110

Color Harmonies of #2ABFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABFAD

Black with #2ABFAD

Text Example


Text Example

White with #2ABFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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