#2ebbb1

Color #2EBBB1 Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #2EBBB1

Tints of Light Sea Green #2EBBB1

Color information

#2EBBB1 (or 0x2EBBB1) is unknown color: approx Light Sea Green. HEX triplet: 2E, BB and B1. RGB value is (46,187,177). Sum of RGB (Red+Green+Blue) = 46+187+177=410 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.22% from 410); Green value is 187 (73.44% from 255 or 45.61% from 410); Blue value is 177 (69.53% from 255 or 43.17% from 410); Max value from RGB is 187 - color contains mainly: green. Hex color #2EBBB1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EBBB1 is #D1444E. Grayscale: #8F8F8F. Windows color (decimal): -13714511 or 11647790. OLE color: 11647790.

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

Color convert

RGB46187177-
CMYK0.7500.050.27
HSL175.74º60.52%45.69%-
HSV(B)175.74º75.4%73.33%-
XYZ26.8339.347.77-
YUV143.7146.7958.31-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.22%
GREEN value IS 187 (73.44% from 255) = 45.61%
BLUE value IS 177 (69.53% from 255) = 43.17%
R=11.22%
G=45.61%
B=43.17%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal461871770.7500.050.27175.7460.5245.69
Hex2EBBB14B051Bb03d2e
Octal5627326111305332607556
Binary1011101011101110110001100101101011101110110000111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ebbb1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,187,177); }

 H1.HeaderClassName
 {
   color: #2ebbb1;
 }
 .AnyTagClassName
 {
   color: #2ebbb1;
 }
</style>
background-color css

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

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

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

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

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

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