Html Css Color HEX #2ABAAF Light Sea Green

📋 copy color: '#2ABAAF'

red 42 ◦ green 186 ◦ blue 175

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

Shades of Light Sea Green #2ABAAF

Tints of Light Sea Green #2ABAAF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 46.15%

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

R = 10.42%
G = 46.15%
B = 43.42%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#2ABAAF (or 0x2ABAAF) is known color: Light Sea Green. HEX triplet: 2A, BA and AF. RGB value is (42,186,175). Sum of RGB (Red+Green+Blue) = 42+186+175=403 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.42% from 403); Green value is 186 (73.05% from 255 or 46.15% from 403); Blue value is 175 (68.75% from 255 or 43.42% from 403); Max value from RGB is 186 - color contains mainly: green. Hex color #2ABAAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ABAAF is #D54550. Grayscale: #8D8D8D. Windows color (decimal): -13976913 or 11516458. OLE color: 11516458.

HSL color Cylindrical-coordinate representation of color #2ABAAF: hue angle of 175.42º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2ABAAF is Cyan = 0.77, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 42 186 175 -
CMYK 0.77 0 0.06 0.27
HSL 175.42º 0.63% 0.45% -
HSV(B) 175.42º 0.77% 0.73% -
XYZ 26.25 38.71 46.64 -
YUV 141.69 146.79 56.89 -
System Red Green Blue C M Y K H S L
Decimal 42 186 175 0.77 0 0.06 0.27 175.42 0.63 0.45
Hex 2A BA AF 4D 0 6 1B AF 3F 2D
Octal 52 272 257 115 0 6 33 257 77 55
Binary 101010 10111010 10101111 1001101 0 110 11011 10101111 111111 101101

Color Harmonies of #2ABAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABAAF

Black with #2ABAAF

Text Example


Text Example

White with #2ABAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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