Html Css Color HEX #2ABBBD Light Sea Green

📋 copy color: '#2ABBBD'

red 42 ◦ green 187 ◦ blue 189

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

Shades of Light Sea Green #2ABBBD

Tints of Light Sea Green #2ABBBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45.22%

R = 10.05%
G = 44.74%
B = 45.22%

CMYK

 C value IS 0.78

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2ABBBD (or 0x2ABBBD) is known color: Light Sea Green. HEX triplet: 2A, BB and BD. RGB value is (42,187,189). Sum of RGB (Red+Green+Blue) = 42+187+189=418 (55% of max value = 765). Red value is 42 (16.80% from 255 or 10.05% from 418); Green value is 187 (73.44% from 255 or 44.74% from 418); Blue value is 189 (74.22% from 255 or 45.22% from 418); Max value from RGB is 189 - color contains mainly: blue. Hex color #2ABBBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABBBD is #D54442. Grayscale: #8F8F8F. Windows color (decimal): -13976643 or 12434218. OLE color: 12434218.

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

Color convert

RGB 42 187 189 -
CMYK 0.78 0.01 0 0.26
HSL 180.82º 0.64% 0.45% -
HSV(B) 180.82º 0.78% 0.74% -
XYZ 27.91 39.71 54.34 -
YUV 143.87 153.46 55.34 -
System Red Green Blue C M Y K H S L
Decimal 42 187 189 0.78 0.01 0 0.26 180.82 0.64 0.45
Hex 2A BB BD 4E 1 0 1A B5 40 2D
Octal 52 273 275 116 1 0 32 265 100 55
Binary 101010 10111011 10111101 1001110 1 0 11010 10110101 1000000 101101

Color Harmonies of #2ABBBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABBBD

Black with #2ABBBD

Text Example


Text Example

White with #2ABBBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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