Html Css Color HEX #2EBAAF Light Sea Green

📋 copy color: '#2EBAAF'

red 46 ◦ green 186 ◦ blue 175

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

Shades of Light Sea Green #2EBAAF

Tints of Light Sea Green #2EBAAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43%

R = 11.3%
G = 45.7%
B = 43%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#2EBAAF (or 0x2EBAAF) is known color: Light Sea Green. HEX triplet: 2E, BA and AF. RGB value is (46,186,175). Sum of RGB (Red+Green+Blue) = 46+186+175=407 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.30% from 407); Green value is 186 (73.05% from 255 or 45.70% from 407); Blue value is 175 (68.75% from 255 or 43.00% from 407); Max value from RGB is 186 - color contains mainly: green. Hex color #2EBAAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EBAAF is #D14550. Grayscale: #8E8E8E. Windows color (decimal): -13714769 or 11516462. OLE color: 11516462.

HSL color Cylindrical-coordinate representation of color #2EBAAF: hue angle of 175.29º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EBAAF is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 46 186 175 -
CMYK 0.75 0 0.06 0.27
HSL 175.29º 0.6% 0.45% -
HSV(B) 175.29º 0.75% 0.73% -
XYZ 26.42 38.79 46.65 -
YUV 142.89 146.12 58.89 -
System Red Green Blue C M Y K H S L
Decimal 46 186 175 0.75 0 0.06 0.27 175.29 0.6 0.45
Hex 2E BA AF 4B 0 6 1B AF 3C 2D
Octal 56 272 257 113 0 6 33 257 74 55
Binary 101110 10111010 10101111 1001011 0 110 11011 10101111 111100 101101

Color Harmonies of #2EBAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBAAF

Black with #2EBAAF

Text Example


Text Example

White with #2EBAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,186,175); }

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

background-color css

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

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

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

border-color css

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

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

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