Html Css Color HEX #1DD3AB Shamrock

📋 copy color: '#1DD3AB'

red 29 ◦ green 211 ◦ blue 171

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

Shades of Shamrock #1DD3AB

Tints of Shamrock #1DD3AB

RGB

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

 GREEN value IS 211 (82.81% from 255) = 51.34%

 BLUE value IS 171 (67.19% from 255) = 41.61%

R = 7.06%
G = 51.34%
B = 41.61%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#1DD3AB (or 0x1DD3AB) is known color: Shamrock. HEX triplet: 1D, D3 and AB. RGB value is (29,211,171). Sum of RGB (Red+Green+Blue) = 29+211+171=411 (54% of max value = 765). Red value is 29 (11.72% from 255 or 7.06% from 411); Green value is 211 (82.81% from 255 or 51.34% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 211 - color contains mainly: green. Hex color #1DD3AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DD3AB is #E22C54. Grayscale: #989898. Windows color (decimal): -14822485 or 11260701. OLE color: 11260701.

HSL color Cylindrical-coordinate representation of color #1DD3AB: hue angle of 166.81º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DD3AB is Cyan = 0.86, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB 29 211 171 -
CMYK 0.86 0 0.19 0.17
HSL 166.81º 0.76% 0.47% -
HSV(B) 166.81º 0.86% 0.83% -
XYZ 31.15 49.79 46.5 -
YUV 152.02 138.7 40.25 -
System Red Green Blue C M Y K H S L
Decimal 29 211 171 0.86 0 0.19 0.17 166.81 0.76 0.47
Hex 1D D3 AB 56 0 13 11 A7 4C 2F
Octal 35 323 253 126 0 23 21 247 114 57
Binary 11101 11010011 10101011 1010110 0 10011 10001 10100111 1001100 101111

Color Harmonies of #1DD3AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DD3AB

Black with #1DD3AB

Text Example


Text Example

White with #1DD3AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,211,171); }

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

background-color css

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

 a { background-color: rgb(29,211,171); }

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

border-color css

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

 span { border-color: rgb(29,211,171); }

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