Html Css Color HEX #1DDEAA Shamrock

📋 copy color: '#1DDEAA'

red 29 ◦ green 222 ◦ blue 170

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

Shades of Shamrock #1DDEAA

Tints of Shamrock #1DDEAA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 52.73%

 BLUE value IS 170 (66.8% from 255) = 40.38%

R = 6.89%
G = 52.73%
B = 40.38%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#1DDEAA (or 0x1DDEAA) is known color: Shamrock. HEX triplet: 1D, DE and AA. RGB value is (29,222,170). Sum of RGB (Red+Green+Blue) = 29+222+170=421 (55% of max value = 765). Red value is 29 (11.72% from 255 or 6.89% from 421); Green value is 222 (87.11% from 255 or 52.73% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 222 - color contains mainly: green. Hex color #1DDEAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DDEAA is #E22155. Grayscale: #9E9E9E. Windows color (decimal): -14819670 or 11197981. OLE color: 11197981.

HSL color Cylindrical-coordinate representation of color #1DDEAA: hue angle of 163.83º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DDEAA is Cyan = 0.87, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 29 222 170 -
CMYK 0.87 0 0.23 0.13
HSL 163.83º 0.77% 0.49% -
HSV(B) 163.83º 0.87% 0.87% -
XYZ 33.88 55.41 46.94 -
YUV 158.37 134.56 35.73 -
System Red Green Blue C M Y K H S L
Decimal 29 222 170 0.87 0 0.23 0.13 163.83 0.77 0.49
Hex 1D DE AA 57 0 17 D A4 4D 31
Octal 35 336 252 127 0 27 15 244 115 61
Binary 11101 11011110 10101010 1010111 0 10111 1101 10100100 1001101 110001

Color Harmonies of #1DDEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DDEAA

Black with #1DDEAA

Text Example


Text Example

White with #1DDEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,222,170); }

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

background-color css

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

 a { background-color: rgb(29,222,170); }

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

border-color css

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

 span { border-color: rgb(29,222,170); }

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