Html Css Color HEX #2EBAB7 Light Sea Green

📋 copy color: '#2EBAB7'

red 46 ◦ green 186 ◦ blue 183

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

Shades of Light Sea Green #2EBAB7

Tints of Light Sea Green #2EBAB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 44.1%

R = 11.08%
G = 44.82%
B = 44.1%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#2EBAB7 (or 0x2EBAB7) is known color: Light Sea Green. HEX triplet: 2E, BA and B7. RGB value is (46,186,183). Sum of RGB (Red+Green+Blue) = 46+186+183=415 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.08% from 415); Green value is 186 (73.05% from 255 or 44.82% from 415); Blue value is 183 (71.88% from 255 or 44.10% from 415); Max value from RGB is 186 - color contains mainly: green. Hex color #2EBAB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EBAB7 is #D14548. Grayscale: #8F8F8F. Windows color (decimal): -13714761 or 12040750. OLE color: 12040750.

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

Color convert

RGB 46 186 183 -
CMYK 0.75 0 0.02 0.27
HSL 178.71º 0.6% 0.45% -
HSV(B) 178.71º 0.75% 0.73% -
XYZ 27.23 39.12 50.91 -
YUV 143.8 150.12 58.24 -
System Red Green Blue C M Y K H S L
Decimal 46 186 183 0.75 0 0.02 0.27 178.71 0.6 0.45
Hex 2E BA B7 4B 0 2 1B B3 3C 2D
Octal 56 272 267 113 0 2 33 263 74 55
Binary 101110 10111010 10110111 1001011 0 10 11011 10110011 111100 101101

Color Harmonies of #2EBAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBAB7

Black with #2EBAB7

Text Example


Text Example

White with #2EBAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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