#3BE8A8

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

Shades of Shamrock #3BE8A8

Tints of Shamrock #3BE8A8

Color information

#3BE8A8 (or 0x3BE8A8) is unknown color: approx Shamrock. HEX triplet: 3B, E8 and A8. RGB value is (59,232,168). Sum of RGB (Red+Green+Blue) = 59+232+168=459 (60% of max value = 765). Red value is 59 (23.44% from 255 or 12.85% from 459); Green value is 232 (91.02% from 255 or 50.54% from 459); Blue value is 168 (66.02% from 255 or 36.60% from 459); Max value from RGB is 232 - color contains mainly: green. Hex color #3BE8A8 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3BE8A8 is #C41757. Grayscale: #ADADAD. Windows color (decimal): -12851032 or 11069499. OLE color: 11069499.

HSL color Cylindrical-coordinate representation of color #3BE8A8: hue angle of 157.8º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BE8A8 is Cyan = 0.75, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.09.

Color convert

RGB59232168-
CMYK0.7500.280.09
HSL157.8º79%57.06%-
HSV(B)157.8º74.57%90.98%-
XYZ37.7361.4746.92-
YUV172.98125.1946.7-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 12.85%
GREEN value IS 232 (91.02% from 255) = 50.54%
BLUE value IS 168 (66.02% from 255) = 36.60%
R=12.85%
G=50.54%
B=36.60%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal592321680.7500.280.09157.87957.06
Hex3BE8A84B01C99e4f39
Octal733502501130341123611771
Binary111011111010001010100010010110111001001100111101001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BE8A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,232,168); }

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

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

 a { background-color: rgb(59,232,168); }

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

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

 span { border-color: rgb(59,232,168); }

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