Html Css Color HEX #2AB1BB Light Sea Green

📋 copy color: '#2AB1BB'

red 42 ◦ green 177 ◦ blue 187

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

Shades of Light Sea Green #2AB1BB

Tints of Light Sea Green #2AB1BB

RGB

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

 GREEN value IS 177 (69.53% from 255) = 43.6%

 BLUE value IS 187 (73.44% from 255) = 46.06%

R = 10.34%
G = 43.6%
B = 46.06%

CMYK

 C value IS 0.78

 M value IS 0.05

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2AB1BB (or 0x2AB1BB) is known color: Light Sea Green. HEX triplet: 2A, B1 and BB. RGB value is (42,177,187). Sum of RGB (Red+Green+Blue) = 42+177+187=406 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.34% from 406); Green value is 177 (69.53% from 255 or 43.60% from 406); Blue value is 187 (73.44% from 255 or 46.06% from 406); Max value from RGB is 187 - color contains mainly: blue. Hex color #2AB1BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AB1BB is #D54E44. Grayscale: #898989. Windows color (decimal): -13979205 or 12300586. OLE color: 12300586.

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

Color convert

RGB 42 177 187 -
CMYK 0.78 0.05 0 0.27
HSL 184.14º 0.63% 0.45% -
HSV(B) 184.14º 0.78% 0.73% -
XYZ 25.65 35.52 52.52 -
YUV 137.78 155.77 59.69 -
System Red Green Blue C M Y K H S L
Decimal 42 177 187 0.78 0.05 0 0.27 184.14 0.63 0.45
Hex 2A B1 BB 4E 5 0 1B B8 3F 2D
Octal 52 261 273 116 5 0 33 270 77 55
Binary 101010 10110001 10111011 1001110 101 0 11011 10111000 111111 101101

Color Harmonies of #2AB1BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB1BB

Black with #2AB1BB

Text Example


Text Example

White with #2AB1BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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