Html Css Color HEX #2ABEBF Light Sea Green

📋 copy color: '#2ABEBF'

red 42 ◦ green 190 ◦ blue 191

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

Shades of Light Sea Green #2ABEBF

Tints of Light Sea Green #2ABEBF

RGB

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

 GREEN value IS 190 (74.61% from 255) = 44.92%

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

R = 9.93%
G = 44.92%
B = 45.15%

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

#2ABEBF (or 0x2ABEBF) is known color: Light Sea Green. HEX triplet: 2A, BE and BF. RGB value is (42,190,191). Sum of RGB (Red+Green+Blue) = 42+190+191=423 (56% of max value = 765). Red value is 42 (16.80% from 255 or 9.93% from 423); Green value is 190 (74.61% from 255 or 44.92% from 423); Blue value is 191 (75% from 255 or 45.15% from 423); Max value from RGB is 191 - color contains mainly: blue. Hex color #2ABEBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABEBF is #D54140. Grayscale: #919191. Windows color (decimal): -13975873 or 12566058. OLE color: 12566058.

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

Color convert

RGB 42 190 191 -
CMYK 0.78 0.01 0 0.25
HSL 180.4º 0.64% 0.46% -
HSV(B) 180.4º 0.78% 0.75% -
XYZ 28.77 41.08 55.7 -
YUV 145.86 153.47 53.92 -
System Red Green Blue C M Y K H S L
Decimal 42 190 191 0.78 0.01 0 0.25 180.4 0.64 0.46
Hex 2A BE BF 4E 1 0 19 B4 40 2E
Octal 52 276 277 116 1 0 31 264 100 56
Binary 101010 10111110 10111111 1001110 1 0 11001 10110100 1000000 101110

Color Harmonies of #2ABEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABEBF

Black with #2ABEBF

Text Example


Text Example

White with #2ABEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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