#34BF99

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

Shades of Shamrock #34BF99

Tints of Shamrock #34BF99

Color information

#34BF99 (or 0x34BF99) is unknown color: approx Shamrock. HEX triplet: 34, BF and 99. RGB value is (52,191,153). Sum of RGB (Red+Green+Blue) = 52+191+153=396 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.13% from 396); Green value is 191 (75% from 255 or 48.23% from 396); Blue value is 153 (60.16% from 255 or 38.64% from 396); Max value from RGB is 191 - color contains mainly: green. Hex color #34BF99 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34BF99 is #CB4066. Grayscale: #919191. Windows color (decimal): -13320295 or 10075956. OLE color: 10075956.

HSL color Cylindrical-coordinate representation of color #34BF99: hue angle of 163.6º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34BF99 is Cyan = 0.73, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB52191153-
CMYK0.7300.200.25
HSL163.6º57.2%47.65%-
HSV(B)163.6º72.77%74.9%-
XYZ25.840.2936.55-
YUV145.11132.4561.59-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.13%
GREEN value IS 191 (75% from 255) = 48.23%
BLUE value IS 153 (60.16% from 255) = 38.64%
R=13.13%
G=48.23%
B=38.64%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal521911530.7300.200.25163.657.247.65
Hex34BF994901419a43930
Octal64277231111024312447160
Binary110100101111111001100110010010101001100110100100111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34BF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,191,153); }

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

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

 a { background-color: rgb(52,191,153); }

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

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

 span { border-color: rgb(52,191,153); }

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