Html Css Color HEX #34D9AD Shamrock

📋 copy color: '#34D9AD'

red 52 ◦ green 217 ◦ blue 173

#34D9AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shamrock #34D9AD

Tints of Shamrock #34D9AD

RGB

 RED value IS 52 (20.7% from 255) = 11.76%

 GREEN value IS 217 (85.16% from 255) = 49.1%

 BLUE value IS 173 (67.97% from 255) = 39.14%

R = 11.76%
G = 49.1%
B = 39.14%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#34D9AD (or 0x34D9AD) is known color: Shamrock. HEX triplet: 34, D9 and AD. RGB value is (52,217,173). Sum of RGB (Red+Green+Blue) = 52+217+173=442 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.76% from 442); Green value is 217 (85.16% from 255 or 49.10% from 442); Blue value is 173 (67.97% from 255 or 39.14% from 442); Max value from RGB is 217 - color contains mainly: green. Hex color #34D9AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34D9AD is #CB2652. Grayscale: #A2A2A2. Windows color (decimal): -13313619 or 11393332. OLE color: 11393332.

HSL color Cylindrical-coordinate representation of color #34D9AD: hue angle of 164º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34D9AD is Cyan = 0.76, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 52 217 173 -
CMYK 0.76 0 0.20 0.15
HSL 164º 0.68% 0.53% -
HSV(B) 164º 0.76% 0.85% -
XYZ 33.77 53.37 48.06 -
YUV 162.65 133.84 49.08 -
System Red Green Blue C M Y K H S L
Decimal 52 217 173 0.76 0 0.20 0.15 164 0.68 0.53
Hex 34 D9 AD 4C 0 14 F A4 44 35
Octal 64 331 255 114 0 24 17 244 104 65
Binary 110100 11011001 10101101 1001100 0 10100 1111 10100100 1000100 110101

Color Harmonies of #34D9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34D9AD

Black with #34D9AD

Text Example


Text Example

White with #34D9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #34D9AD;
 }
 .AnyTagClassName
 {
   color: #34D9AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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