Html Css Color HEX #2EABAB Light Sea Green

📋 copy color: '#2EABAB'

red 46 ◦ green 171 ◦ blue 171

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

Shades of Light Sea Green #2EABAB

Tints of Light Sea Green #2EABAB

RGB

 RED value IS 46 (18.36% from 255) = 11.86%

 GREEN value IS 171 (67.19% from 255) = 44.07%

 BLUE value IS 171 (67.19% from 255) = 44.07%

R = 11.86%
G = 44.07%
B = 44.07%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2EABAB (or 0x2EABAB) is known color: Light Sea Green. HEX triplet: 2E, AB and AB. RGB value is (46,171,171). Sum of RGB (Red+Green+Blue) = 46+171+171=388 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.86% from 388); Green value is 171 (67.19% from 255 or 44.07% from 388); Blue value is 171 (67.19% from 255 or 44.07% from 388); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #2EABAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EABAB is #D15454. Grayscale: #858585. Windows color (decimal): -13718613 or 11250478. OLE color: 11250478.

HSL color Cylindrical-coordinate representation of color #2EABAB: hue angle of 180º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2EABAB is Cyan = 0.73, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 46 171 171 -
CMYK 0.73 0 0 0.33
HSL 180º 0.58% 0.43% -
HSV(B) 180º 0.73% 0.67% -
XYZ 23.04 32.65 43.62 -
YUV 133.63 149.09 65.5 -
System Red Green Blue C M Y K H S L
Decimal 46 171 171 0.73 0 0 0.33 180 0.58 0.43
Hex 2E AB AB 49 0 0 21 B4 3A 2B
Octal 56 253 253 111 0 0 41 264 72 53
Binary 101110 10101011 10101011 1001001 0 0 100001 10110100 111010 101011

Color Harmonies of #2EABAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EABAB

Black with #2EABAB

Text Example


Text Example

White with #2EABAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,171,171); }

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

background-color css

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

 a { background-color: rgb(46,171,171); }

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

border-color css

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

 span { border-color: rgb(46,171,171); }

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