Html Css Color HEX #2ABBBA Light Sea Green

📋 copy color: '#2ABBBA'

red 42 ◦ green 187 ◦ blue 186

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

Shades of Light Sea Green #2ABBBA

Tints of Light Sea Green #2ABBBA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 45.06%

 BLUE value IS 186 (73.05% from 255) = 44.82%

R = 10.12%
G = 45.06%
B = 44.82%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#2ABBBA (or 0x2ABBBA) is known color: Light Sea Green. HEX triplet: 2A, BB and BA. RGB value is (42,187,186). Sum of RGB (Red+Green+Blue) = 42+187+186=415 (54% of max value = 765). Red value is 42 (16.80% from 255 or 10.12% from 415); Green value is 187 (73.44% from 255 or 45.06% from 415); Blue value is 186 (73.05% from 255 or 44.82% from 415); Max value from RGB is 187 - color contains mainly: green. Hex color #2ABBBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABBBA is #D54445. Grayscale: #8F8F8F. Windows color (decimal): -13976646 or 12237610. OLE color: 12237610.

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

Color convert

RGB 42 187 186 -
CMYK 0.78 0 0.01 0.27
HSL 179.59º 0.63% 0.45% -
HSV(B) 179.59º 0.78% 0.73% -
XYZ 27.59 39.58 52.64 -
YUV 143.53 151.96 55.58 -
System Red Green Blue C M Y K H S L
Decimal 42 187 186 0.78 0 0.01 0.27 179.59 0.63 0.45
Hex 2A BB BA 4E 0 1 1B B4 3F 2D
Octal 52 273 272 116 0 1 33 264 77 55
Binary 101010 10111011 10111010 1001110 0 1 11011 10110100 111111 101101

Color Harmonies of #2ABBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABBBA

Black with #2ABBBA

Text Example


Text Example

White with #2ABBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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