#34C895

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

Shades of Shamrock #34C895

Tints of Shamrock #34C895

Color information

#34C895 (or 0x34C895) is unknown color: approx Shamrock. HEX triplet: 34, C8 and 95. RGB value is (52,200,149). Sum of RGB (Red+Green+Blue) = 52+200+149=401 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.97% from 401); Green value is 200 (78.52% from 255 or 49.88% from 401); Blue value is 149 (58.59% from 255 or 37.16% from 401); Max value from RGB is 200 - color contains mainly: green. Hex color #34C895 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34C895 is #CB376A. Grayscale: #959595. Windows color (decimal): -13317995 or 9816116. OLE color: 9816116.

HSL color Cylindrical-coordinate representation of color #34C895: hue angle of 159.32º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #34C895 is Cyan = 0.74, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB52200149-
CMYK0.7400.260.22
HSL159.32º58.73%49.41%-
HSV(B)159.32º74%78.43%-
XYZ27.544.2135.52-
YUV149.93127.4758.15-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.97%
GREEN value IS 200 (78.52% from 255) = 49.88%
BLUE value IS 149 (58.59% from 255) = 37.16%
R=12.97%
G=49.88%
B=37.16%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal522001490.7400.260.22159.3258.7349.41
Hex34C8954A01A169f3b31
Octal64310225112032262377361
Binary110100110010001001010110010100110101011010011111111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34C895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,200,149); }

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

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

 a { background-color: rgb(52,200,149); }

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

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

 span { border-color: rgb(52,200,149); }

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