#2EBBB6

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

Shades of Light Sea Green #2EBBB6

Tints of Light Sea Green #2EBBB6

Color information

#2EBBB6 (or 0x2EBBB6) is unknown color: approx Light Sea Green. HEX triplet: 2E, BB and B6. RGB value is (46,187,182). Sum of RGB (Red+Green+Blue) = 46+187+182=415 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.08% from 415); Green value is 187 (73.44% from 255 or 45.06% from 415); Blue value is 182 (71.48% from 255 or 43.86% from 415); Max value from RGB is 187 - color contains mainly: green. Hex color #2EBBB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EBBB6 is #D14449. Grayscale: #909090. Windows color (decimal): -13714506 or 11975470. OLE color: 11975470.

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

Color convert

RGB46187182-
CMYK0.7500.030.27
HSL177.87º60.52%45.69%-
HSV(B)177.87º75.4%73.33%-
XYZ27.3439.550.44-
YUV144.27149.2957.91-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.08%
GREEN value IS 187 (73.44% from 255) = 45.06%
BLUE value IS 182 (71.48% from 255) = 43.86%
R=11.08%
G=45.06%
B=43.86%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal461871820.7500.030.27177.8760.5245.69
Hex2EBBB64B031Bb23d2e
Octal5627326611303332627556
Binary101110101110111011011010010110111101110110010111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EBBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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