Html Css Color HEX #2ABEBA Light Sea Green

📋 copy color: '#2ABEBA'

red 42 ◦ green 190 ◦ blue 186

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

Shades of Light Sea Green #2ABEBA

Tints of Light Sea Green #2ABEBA

RGB

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

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

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

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

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

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

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

Color convert

RGB 42 190 186 -
CMYK 0.78 0 0.02 0.25
HSL 178.38º 0.64% 0.45% -
HSV(B) 178.38º 0.78% 0.75% -
XYZ 28.23 40.86 52.85 -
YUV 145.29 150.97 54.33 -
System Red Green Blue C M Y K H S L
Decimal 42 190 186 0.78 0 0.02 0.25 178.38 0.64 0.45
Hex 2A BE BA 4E 0 2 19 B2 40 2D
Octal 52 276 272 116 0 2 31 262 100 55
Binary 101010 10111110 10111010 1001110 0 10 11001 10110010 1000000 101101

Color Harmonies of #2ABEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABEBA

Black with #2ABEBA

Text Example


Text Example

White with #2ABEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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