#3BEDA8

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

Shades of Shamrock #3BEDA8

Tints of Shamrock #3BEDA8

Color information

#3BEDA8 (or 0x3BEDA8) is unknown color: approx Shamrock. HEX triplet: 3B, ED and A8. RGB value is (59,237,168). Sum of RGB (Red+Green+Blue) = 59+237+168=464 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.72% from 464); Green value is 237 (92.97% from 255 or 51.08% from 464); Blue value is 168 (66.02% from 255 or 36.21% from 464); Max value from RGB is 237 - color contains mainly: green. Hex color #3BEDA8 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3BEDA8 is #C41257. Grayscale: #B0B0B0. Windows color (decimal): -12849752 or 11070779. OLE color: 11070779.

HSL color Cylindrical-coordinate representation of color #3BEDA8: hue angle of 156.74º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BEDA8 is Cyan = 0.75, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB59237168-
CMYK0.7500.290.07
HSL156.74º83.18%58.04%-
HSV(B)156.74º75.11%92.94%-
XYZ39.1664.3347.4-
YUV175.91123.5344.61-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 12.72%
GREEN value IS 237 (92.97% from 255) = 51.08%
BLUE value IS 168 (66.02% from 255) = 36.21%
R=12.72%
G=51.08%
B=36.21%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal592371680.7500.290.07156.7483.1858.04
Hex3BEDA84B01D79d533a
Octal73355250113035723512372
Binary11101111101101101010001001011011101111100111011010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BEDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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