#3BEDAE

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

Shades of Shamrock #3BEDAE

Tints of Shamrock #3BEDAE

Color information

#3BEDAE (or 0x3BEDAE) is unknown color: approx Shamrock. HEX triplet: 3B, ED and AE. RGB value is (59,237,174). Sum of RGB (Red+Green+Blue) = 59+237+174=470 (62% of max value = 765). Red value is 59 (23.44% from 255 or 12.55% from 470); Green value is 237 (92.97% from 255 or 50.43% from 470); Blue value is 174 (68.36% from 255 or 37.02% from 470); Max value from RGB is 237 - color contains mainly: green. Hex color #3BEDAE is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3BEDAE is #C41251. Grayscale: #B0B0B0. Windows color (decimal): -12849746 or 11463995. OLE color: 11463995.

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

Color convert

RGB59237174-
CMYK0.7500.270.07
HSL158.76º83.18%58.04%-
HSV(B)158.76º75.11%92.94%-
XYZ39.7364.5550.41-
YUV176.6126.5344.12-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 12.55%
GREEN value IS 237 (92.97% from 255) = 50.43%
BLUE value IS 174 (68.36% from 255) = 37.02%
R=12.55%
G=50.43%
B=37.02%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal592371740.7500.270.07158.7683.1858.04
Hex3BEDAE4B01B79f533a
Octal73355256113033723712372
Binary11101111101101101011101001011011011111100111111010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BEDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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