#2EBF98

Color #2EBF98 Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #2EBF98

Tints of Shamrock #2EBF98

Color information

#2EBF98 (or 0x2EBF98) is unknown color: approx Shamrock. HEX triplet: 2E, BF and 98. RGB value is (46,191,152). Sum of RGB (Red+Green+Blue) = 46+191+152=389 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.83% from 389); Green value is 191 (75% from 255 or 49.10% from 389); Blue value is 152 (59.77% from 255 or 39.07% from 389); Max value from RGB is 191 - color contains mainly: green. Hex color #2EBF98 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EBF98 is #D14067. Grayscale: #8F8F8F. Windows color (decimal): -13713512 or 10010414. OLE color: 10010414.

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

Color convert

RGB46191152-
CMYK0.7600.200.25
HSL163.86º61.18%46.47%-
HSV(B)163.86º75.92%74.9%-
XYZ25.4340.1136.11-
YUV143.2132.9658.67-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.83%
GREEN value IS 191 (75% from 255) = 49.10%
BLUE value IS 152 (59.77% from 255) = 39.07%
R=11.83%
G=49.10%
B=39.07%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal461911520.7600.200.25163.8661.1846.47
Hex2EBF984C01419a43d2e
Octal56277230114024312447556
Binary101110101111111001100010011000101001100110100100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EBF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,191,152); }

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

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

 a { background-color: rgb(46,191,152); }

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

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

 span { border-color: rgb(46,191,152); }

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