Html Css Color HEX #1DD9AF Shamrock

📋 copy color: '#1DD9AF'

red 29 ◦ green 217 ◦ blue 175

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

Shades of Shamrock #1DD9AF

Tints of Shamrock #1DD9AF

RGB

 RED value IS 29 (11.72% from 255) = 6.89%

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

 BLUE value IS 175 (68.75% from 255) = 41.57%

R = 6.89%
G = 51.54%
B = 41.57%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#1DD9AF (or 0x1DD9AF) is known color: Shamrock. HEX triplet: 1D, D9 and AF. RGB value is (29,217,175). Sum of RGB (Red+Green+Blue) = 29+217+175=421 (55% of max value = 765). Red value is 29 (11.72% from 255 or 6.89% from 421); Green value is 217 (85.16% from 255 or 51.54% from 421); Blue value is 175 (68.75% from 255 or 41.57% from 421); Max value from RGB is 217 - color contains mainly: green. Hex color #1DD9AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DD9AF is #E22650. Grayscale: #9B9B9B. Windows color (decimal): -14820945 or 11524381. OLE color: 11524381.

HSL color Cylindrical-coordinate representation of color #1DD9AF: hue angle of 166.6º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DD9AF is Cyan = 0.87, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 29 217 175 -
CMYK 0.87 0 0.19 0.15
HSL 166.6º 0.76% 0.48% -
HSV(B) 166.6º 0.87% 0.85% -
XYZ 33.06 52.98 49.04 -
YUV 156 138.72 37.42 -
System Red Green Blue C M Y K H S L
Decimal 29 217 175 0.87 0 0.19 0.15 166.6 0.76 0.48
Hex 1D D9 AF 57 0 13 F A7 4C 30
Octal 35 331 257 127 0 23 17 247 114 60
Binary 11101 11011001 10101111 1010111 0 10011 1111 10100111 1001100 110000

Color Harmonies of #1DD9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DD9AF

Black with #1DD9AF

Text Example


Text Example

White with #1DD9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1DD9AF; }

 p { color: rgb(29,217,175); }

 H1.HeaderClassName
 {
   color: #1DD9AF;
 }
 .AnyTagClassName
 {
   color: #1DD9AF;
 }
</style>

background-color css

<style>
 a { background-color: #1DD9AF; }

 a { background-color: rgb(29,217,175); }

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

border-color css

<style>
 span { border-color: #1DD9AF; }

 span { border-color: rgb(29,217,175); }

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