#33CC86

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

Shades of Shamrock #33CC86

Tints of Shamrock #33CC86

Color information

#33CC86 (or 0x33CC86) is unknown color: approx Shamrock. HEX triplet: 33, CC and 86. RGB value is (51,204,134). Sum of RGB (Red+Green+Blue) = 51+204+134=389 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.11% from 389); Green value is 204 (80.08% from 255 or 52.44% from 389); Blue value is 134 (52.73% from 255 or 34.45% from 389); Max value from RGB is 204 - color contains mainly: green. Hex color #33CC86 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33CC86 is #CC3379. Grayscale: #969696. Windows color (decimal): -13382522 or 8834099. OLE color: 8834099.

HSL color Cylindrical-coordinate representation of color #33CC86: hue angle of 152.55º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33CC86 is Cyan = 0.75, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.2.

Color convert

RGB51204134-
CMYK0.7500.340.2
HSL152.55º60%50%-
HSV(B)152.55º75%80%-
XYZ27.2645.6129.92-
YUV150.27118.8157.19-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.11%
GREEN value IS 204 (80.08% from 255) = 52.44%
BLUE value IS 134 (52.73% from 255) = 34.45%
R=13.11%
G=52.44%
B=34.45%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal512041340.7500.340.2152.556050
Hex33CC864B02214993c32
Octal63314206113042242317462
Binary1100111100110010000110100101101000101010010011001111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33CC86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33CC86; }

 p { color: rgb(51,204,134); }

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

<style>
 a { background-color: #33CC86; }

 a { background-color: rgb(51,204,134); }

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

<style>
 span { border-color: #33CC86; }

 span { border-color: rgb(51,204,134); }

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