#34DBAD

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

Shades of Shamrock #34DBAD

Tints of Shamrock #34DBAD

Color information

#34DBAD (or 0x34DBAD) is unknown color: approx Shamrock. HEX triplet: 34, DB and AD. RGB value is (52,219,173). Sum of RGB (Red+Green+Blue) = 52+219+173=444 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.71% from 444); Green value is 219 (85.94% from 255 or 49.32% from 444); Blue value is 173 (67.97% from 255 or 38.96% from 444); Max value from RGB is 219 - color contains mainly: green. Hex color #34DBAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34DBAD is #CB2452. Grayscale: #A3A3A3. Windows color (decimal): -13313107 or 11393844. OLE color: 11393844.

HSL color Cylindrical-coordinate representation of color #34DBAD: hue angle of 163.47º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34DBAD is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB52219173-
CMYK0.7600.210.14
HSL163.47º69.87%53.14%-
HSV(B)163.47º76.26%85.88%-
XYZ34.2954.4148.23-
YUV163.82133.1748.24-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 11.71%
GREEN value IS 219 (85.94% from 255) = 49.32%
BLUE value IS 173 (67.97% from 255) = 38.96%
R=11.71%
G=49.32%
B=38.96%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal522191730.7600.210.14163.4769.8753.14
Hex34DBAD4C015Ea34635
Octal643332551140251624310665
Binary110100110110111010110110011000101011110101000111000110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34DBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,219,173); }

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

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

 a { background-color: rgb(52,219,173); }

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

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

 span { border-color: rgb(52,219,173); }

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