Html Css Color HEX #2ABCAB Light Sea Green

📋 copy color: '#2ABCAB'

red 42 ◦ green 188 ◦ blue 171

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

Shades of Light Sea Green #2ABCAB

Tints of Light Sea Green #2ABCAB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 46.88%

 BLUE value IS 171 (67.19% from 255) = 42.64%

R = 10.47%
G = 46.88%
B = 42.64%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#2ABCAB (or 0x2ABCAB) is known color: Light Sea Green. HEX triplet: 2A, BC and AB. RGB value is (42,188,171). Sum of RGB (Red+Green+Blue) = 42+188+171=401 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.47% from 401); Green value is 188 (73.83% from 255 or 46.88% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 188 - color contains mainly: green. Hex color #2ABCAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ABCAB is #D54354. Grayscale: #8E8E8E. Windows color (decimal): -13976405 or 11254826. OLE color: 11254826.

HSL color Cylindrical-coordinate representation of color #2ABCAB: hue angle of 173.01º degrees, saturation: 0.63, 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 #2ABCAB is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 42 188 171 -
CMYK 0.78 0 0.09 0.26
HSL 173.01º 0.63% 0.45% -
HSV(B) 173.01º 0.78% 0.74% -
XYZ 26.29 39.4 44.75 -
YUV 142.41 144.13 56.38 -
System Red Green Blue C M Y K H S L
Decimal 42 188 171 0.78 0 0.09 0.26 173.01 0.63 0.45
Hex 2A BC AB 4E 0 9 1A AD 3F 2D
Octal 52 274 253 116 0 11 32 255 77 55
Binary 101010 10111100 10101011 1001110 0 1001 11010 10101101 111111 101101

Color Harmonies of #2ABCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABCAB

Black with #2ABCAB

Text Example


Text Example

White with #2ABCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,188,171); }

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

background-color css

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

 a { background-color: rgb(42,188,171); }

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

border-color css

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

 span { border-color: rgb(42,188,171); }

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