#3BE08B

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

Shades of Shamrock #3BE08B

Tints of Shamrock #3BE08B

Color information

#3BE08B (or 0x3BE08B) is unknown color: approx Shamrock. HEX triplet: 3B, E0 and 8B. RGB value is (59,224,139). Sum of RGB (Red+Green+Blue) = 59+224+139=422 (55% of max value = 765). Red value is 59 (23.44% from 255 or 13.98% from 422); Green value is 224 (87.89% from 255 or 53.08% from 422); Blue value is 139 (54.69% from 255 or 32.94% from 422); Max value from RGB is 224 - color contains mainly: green. Hex color #3BE08B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BE08B is #C41F74. Grayscale: #A5A5A5. Windows color (decimal): -12853109 or 9166907. OLE color: 9166907.

HSL color Cylindrical-coordinate representation of color #3BE08B: hue angle of 149.09º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BE08B is Cyan = 0.74, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB59224139-
CMYK0.7400.380.12
HSL149.09º72.69%55.49%-
HSV(B)149.09º73.66%87.84%-
XYZ33.1256.1133.51-
YUV164.98113.3452.41-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 13.98%
GREEN value IS 224 (87.89% from 255) = 53.08%
BLUE value IS 139 (54.69% from 255) = 32.94%
R=13.98%
G=53.08%
B=32.94%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal592241390.7400.380.12149.0972.6955.49
Hex3BE08B4A026C954937
Octal733402131120461422511167
Binary1110111110000010001011100101001001101100100101011001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BE08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3BE08B; }

 p { color: rgb(59,224,139); }

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

<style>
 a { background-color: #3BE08B; }

 a { background-color: rgb(59,224,139); }

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

<style>
 span { border-color: #3BE08B; }

 span { border-color: rgb(59,224,139); }

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