#34CBA6

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

Shades of Shamrock #34CBA6

Tints of Shamrock #34CBA6

Color information

#34CBA6 (or 0x34CBA6) is unknown color: approx Shamrock. HEX triplet: 34, CB and A6. RGB value is (52,203,166). Sum of RGB (Red+Green+Blue) = 52+203+166=421 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.35% from 421); Green value is 203 (79.69% from 255 or 48.22% from 421); Blue value is 166 (65.23% from 255 or 39.43% from 421); Max value from RGB is 203 - color contains mainly: green. Hex color #34CBA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34CBA6 is #CB3459. Grayscale: #999999. Windows color (decimal): -13317210 or 10930996. OLE color: 10930996.

HSL color Cylindrical-coordinate representation of color #34CBA6: hue angle of 165.3º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #34CBA6 is Cyan = 0.74, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.

Color convert

RGB52203166-
CMYK0.7400.180.20
HSL165.3º59.22%50%-
HSV(B)165.3º74.38%79.61%-
XYZ29.6646.243.43-
YUV153.63134.9755.51-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.35%
GREEN value IS 203 (79.69% from 255) = 48.22%
BLUE value IS 166 (65.23% from 255) = 39.43%
R=12.35%
G=48.22%
B=39.43%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal522031660.7400.180.20165.359.2250
Hex34CBA64A01214a53b32
Octal64313246112022242457362
Binary110100110010111010011010010100100101010010100101111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34CBA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,203,166); }

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

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

 a { background-color: rgb(52,203,166); }

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

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

 span { border-color: rgb(52,203,166); }

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