Html Css Color HEX #2ABDAF Light Sea Green

📋 copy color: '#2ABDAF'

red 42 ◦ green 189 ◦ blue 175

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

Shades of Light Sea Green #2ABDAF

Tints of Light Sea Green #2ABDAF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 46.55%

 BLUE value IS 175 (68.75% from 255) = 43.1%

R = 10.34%
G = 46.55%
B = 43.1%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#2ABDAF (or 0x2ABDAF) is known color: Light Sea Green. HEX triplet: 2A, BD and AF. RGB value is (42,189,175). Sum of RGB (Red+Green+Blue) = 42+189+175=406 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.34% from 406); Green value is 189 (74.22% from 255 or 46.55% from 406); Blue value is 175 (68.75% from 255 or 43.10% from 406); Max value from RGB is 189 - color contains mainly: green. Hex color #2ABDAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ABDAF is #D54250. Grayscale: #8F8F8F. Windows color (decimal): -13976145 or 11517226. OLE color: 11517226.

HSL color Cylindrical-coordinate representation of color #2ABDAF: hue angle of 174.29º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ABDAF is Cyan = 0.78, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB 42 189 175 -
CMYK 0.78 0 0.07 0.26
HSL 174.29º 0.64% 0.45% -
HSV(B) 174.29º 0.78% 0.74% -
XYZ 26.89 39.98 46.86 -
YUV 143.45 145.8 55.64 -
System Red Green Blue C M Y K H S L
Decimal 42 189 175 0.78 0 0.07 0.26 174.29 0.64 0.45
Hex 2A BD AF 4E 0 7 1A AE 40 2D
Octal 52 275 257 116 0 7 32 256 100 55
Binary 101010 10111101 10101111 1001110 0 111 11010 10101110 1000000 101101

Color Harmonies of #2ABDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABDAF

Black with #2ABDAF

Text Example


Text Example

White with #2ABDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,189,175); }

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

background-color css

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

 a { background-color: rgb(42,189,175); }

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

border-color css

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

 span { border-color: rgb(42,189,175); }

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