Html Css Color HEX #2ABABE Light Sea Green

📋 copy color: '#2ABABE'

red 42 ◦ green 186 ◦ blue 190

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

Shades of Light Sea Green #2ABABE

Tints of Light Sea Green #2ABABE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 44.5%

 BLUE value IS 190 (74.61% from 255) = 45.45%

R = 10.05%
G = 44.5%
B = 45.45%

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

#2ABABE (or 0x2ABABE) is known color: Light Sea Green. HEX triplet: 2A, BA and BE. RGB value is (42,186,190). Sum of RGB (Red+Green+Blue) = 42+186+190=418 (55% of max value = 765). Red value is 42 (16.80% from 255 or 10.05% from 418); Green value is 186 (73.05% from 255 or 44.50% from 418); Blue value is 190 (74.61% from 255 or 45.45% from 418); Max value from RGB is 190 - color contains mainly: blue. Hex color #2ABABE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABABE is #D54541. Grayscale: #8F8F8F. Windows color (decimal): -13976898 or 12499498. OLE color: 12499498.

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

Color convert

RGB 42 186 190 -
CMYK 0.78 0.02 0 0.25
HSL 181.62º 0.64% 0.45% -
HSV(B) 181.62º 0.78% 0.75% -
XYZ 27.81 39.33 54.84 -
YUV 143.4 154.29 55.67 -
System Red Green Blue C M Y K H S L
Decimal 42 186 190 0.78 0.02 0 0.25 181.62 0.64 0.45
Hex 2A BA BE 4E 2 0 19 B6 40 2D
Octal 52 272 276 116 2 0 31 266 100 55
Binary 101010 10111010 10111110 1001110 10 0 11001 10110110 1000000 101101

Color Harmonies of #2ABABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABABE

Black with #2ABABE

Text Example


Text Example

White with #2ABABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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