Html Css Color HEX #2ABDBF Light Sea Green

📋 copy color: '#2ABDBF'

red 42 ◦ green 189 ◦ blue 191

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

Shades of Light Sea Green #2ABDBF

Tints of Light Sea Green #2ABDBF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 44.79%

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

R = 9.95%
G = 44.79%
B = 45.26%

CMYK

 C value IS 0.78

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2ABDBF (or 0x2ABDBF) is known color: Light Sea Green. HEX triplet: 2A, BD and BF. RGB value is (42,189,191). Sum of RGB (Red+Green+Blue) = 42+189+191=422 (55% of max value = 765). Red value is 42 (16.80% from 255 or 9.95% from 422); Green value is 189 (74.22% from 255 or 44.79% from 422); Blue value is 191 (75% from 255 or 45.26% from 422); Max value from RGB is 191 - color contains mainly: blue. Hex color #2ABDBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABDBF is #D54240. Grayscale: #919191. Windows color (decimal): -13976129 or 12565802. OLE color: 12565802.

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

Color convert

RGB 42 189 191 -
CMYK 0.78 0.01 0 0.25
HSL 180.81º 0.64% 0.46% -
HSV(B) 180.81º 0.78% 0.75% -
XYZ 28.56 40.65 55.63 -
YUV 145.28 153.8 54.34 -
System Red Green Blue C M Y K H S L
Decimal 42 189 191 0.78 0.01 0 0.25 180.81 0.64 0.46
Hex 2A BD BF 4E 1 0 19 B5 40 2E
Octal 52 275 277 116 1 0 31 265 100 56
Binary 101010 10111101 10111111 1001110 1 0 11001 10110101 1000000 101110

Color Harmonies of #2ABDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABDBF

Black with #2ABDBF

Text Example


Text Example

White with #2ABDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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