Html Css Color HEX #2ABBBF Light Sea Green

📋 copy color: '#2ABBBF'

red 42 ◦ green 187 ◦ blue 191

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

Shades of Light Sea Green #2ABBBF

Tints of Light Sea Green #2ABBBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 45.48%

R = 10%
G = 44.52%
B = 45.48%

CMYK

 C value IS 0.78

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2ABBBF (or 0x2ABBBF) is known color: Light Sea Green. HEX triplet: 2A, BB and BF. RGB value is (42,187,191). Sum of RGB (Red+Green+Blue) = 42+187+191=420 (55% of max value = 765). Red value is 42 (16.80% from 255 or 10% from 420); Green value is 187 (73.44% from 255 or 44.52% from 420); Blue value is 191 (75% from 255 or 45.48% from 420); Max value from RGB is 191 - color contains mainly: blue. Hex color #2ABBBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABBBF is #D54440. Grayscale: #8F8F8F. Windows color (decimal): -13976641 or 12565290. OLE color: 12565290.

HSL color Cylindrical-coordinate representation of color #2ABBBF: hue angle of 181.61º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ABBBF is Cyan = 0.78, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 42 187 191 -
CMYK 0.78 0.02 0 0.25
HSL 181.61º 0.64% 0.46% -
HSV(B) 181.61º 0.78% 0.75% -
XYZ 28.13 39.79 55.49 -
YUV 144.1 154.46 55.17 -
System Red Green Blue C M Y K H S L
Decimal 42 187 191 0.78 0.02 0 0.25 181.61 0.64 0.46
Hex 2A BB BF 4E 2 0 19 B6 40 2E
Octal 52 273 277 116 2 0 31 266 100 56
Binary 101010 10111011 10111111 1001110 10 0 11001 10110110 1000000 101110

Color Harmonies of #2ABBBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABBBF

Black with #2ABBBF

Text Example


Text Example

White with #2ABBBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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