#34CC93

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

Shades of Shamrock #34CC93

Tints of Shamrock #34CC93

Color information

#34CC93 (or 0x34CC93) is unknown color: approx Shamrock. HEX triplet: 34, CC and 93. RGB value is (52,204,147). Sum of RGB (Red+Green+Blue) = 52+204+147=403 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.90% from 403); Green value is 204 (80.08% from 255 or 50.62% from 403); Blue value is 147 (57.81% from 255 or 36.48% from 403); Max value from RGB is 204 - color contains mainly: green. Hex color #34CC93 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34CC93 is #CB336C. Grayscale: #989898. Windows color (decimal): -13316973 or 9686068. OLE color: 9686068.

HSL color Cylindrical-coordinate representation of color #34CC93: hue angle of 157.5º 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 #34CC93 is Cyan = 0.75, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.2.

Color convert

RGB52204147-
CMYK0.7500.280.2
HSL157.5º59.84%50.2%-
HSV(B)157.5º74.51%80%-
XYZ28.2846.0235-
YUV152.05125.1456.63-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.90%
GREEN value IS 204 (80.08% from 255) = 50.62%
BLUE value IS 147 (57.81% from 255) = 36.48%
R=12.90%
G=50.62%
B=36.48%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal522041470.7500.280.2157.559.8450.2
Hex34CC934B01C149e3c32
Octal64314223113034242367462
Binary110100110011001001001110010110111001010010011110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34CC93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34CC93; }

 p { color: rgb(52,204,147); }

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

<style>
 a { background-color: #34CC93; }

 a { background-color: rgb(52,204,147); }

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

<style>
 span { border-color: #34CC93; }

 span { border-color: rgb(52,204,147); }

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