#34CF96

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

Shades of Shamrock #34CF96

Tints of Shamrock #34CF96

Color information

#34CF96 (or 0x34CF96) is unknown color: approx Shamrock. HEX triplet: 34, CF and 96. RGB value is (52,207,150). Sum of RGB (Red+Green+Blue) = 52+207+150=409 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.71% from 409); Green value is 207 (81.25% from 255 or 50.61% from 409); Blue value is 150 (58.98% from 255 or 36.67% from 409); Max value from RGB is 207 - color contains mainly: green. Hex color #34CF96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34CF96 is #CB3069. Grayscale: #9A9A9A. Windows color (decimal): -13316202 or 9883444. OLE color: 9883444.

HSL color Cylindrical-coordinate representation of color #34CF96: hue angle of 157.94º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34CF96 is Cyan = 0.75, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB52207150-
CMYK0.7500.280.19
HSL157.94º61.75%50.78%-
HSV(B)157.94º74.88%81.18%-
XYZ29.2347.5636.49-
YUV154.16125.6555.13-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.71%
GREEN value IS 207 (81.25% from 255) = 50.61%
BLUE value IS 150 (58.98% from 255) = 36.67%
R=12.71%
G=50.61%
B=36.67%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal522071500.7500.280.19157.9461.7550.78
Hex34CF964B01C139e3e33
Octal64317226113034232367663
Binary110100110011111001011010010110111001001110011110111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34CF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,207,150); }

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

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

 a { background-color: rgb(52,207,150); }

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

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

 span { border-color: rgb(52,207,150); }

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