#2EBABB

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

Shades of Light Sea Green #2EBABB

Tints of Light Sea Green #2EBABB

Color information

#2EBABB (or 0x2EBABB) is unknown color: approx Light Sea Green. HEX triplet: 2E, BA and BB. RGB value is (46,186,187). Sum of RGB (Red+Green+Blue) = 46+186+187=419 (55% of max value = 765). Red value is 46 (18.36% from 255 or 10.98% from 419); Green value is 186 (73.05% from 255 or 44.39% from 419); Blue value is 187 (73.44% from 255 or 44.63% from 419); Max value from RGB is 187 - color contains mainly: blue. Hex color #2EBABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EBABB is #D14544. Grayscale: #909090. Windows color (decimal): -13714757 or 12302894. OLE color: 12302894.

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

Color convert

RGB46186187-
CMYK0.750.0100.27
HSL180.43º60.52%45.69%-
HSV(B)180.43º75.4%73.33%-
XYZ27.6639.2953.14-
YUV144.25152.1257.92-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 10.98%
GREEN value IS 186 (73.05% from 255) = 44.39%
BLUE value IS 187 (73.44% from 255) = 44.63%
R=10.98%
G=44.39%
B=44.63%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal461861870.750.0100.27180.4360.5245.69
Hex2EBABB4B101Bb43d2e
Octal5627227311310332647556
Binary10111010111010101110111001011101101110110100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EBABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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