#34bc8f

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

Shades of Shamrock #34BC8F

Tints of Shamrock #34BC8F

Color information

#34BC8F (or 0x34BC8F) is unknown color: approx Shamrock. HEX triplet: 34, BC and 8F. RGB value is (52,188,143). Sum of RGB (Red+Green+Blue) = 52+188+143=383 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.58% from 383); Green value is 188 (73.83% from 255 or 49.09% from 383); Blue value is 143 (56.25% from 255 or 37.34% from 383); Max value from RGB is 188 - color contains mainly: green. Hex color #34BC8F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34BC8F is #CB4370. Grayscale: #8E8E8E. Windows color (decimal): -13321073 or 9419828. OLE color: 9419828.

HSL color Cylindrical-coordinate representation of color #34BC8F: hue angle of 160.15º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #34BC8F is Cyan = 0.72, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB52188143-
CMYK0.7200.240.26
HSL160.15º56.67%47.06%-
HSV(B)160.15º72.34%73.73%-
XYZ24.3638.6832.17-
YUV142.21128.4463.66-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.58%
GREEN value IS 188 (73.83% from 255) = 49.09%
BLUE value IS 143 (56.25% from 255) = 37.34%
R=13.58%
G=49.09%
B=37.34%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal521881430.7200.240.26160.1556.6747.06
Hex34BC8F480181Aa0392f
Octal64274217110030322407157
Binary110100101111001000111110010000110001101010100000111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34bc8f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,188,143); }

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

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

 a { background-color: rgb(52,188,143); }

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

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

 span { border-color: rgb(52,188,143); }

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