Html Css Color HEX #1DA4AD Pelorous

📋 copy color: '#1DA4AD'

red 29 ◦ green 164 ◦ blue 173

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

Shades of Pelorous #1DA4AD

Tints of Pelorous #1DA4AD

RGB

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

 GREEN value IS 164 (64.45% from 255) = 44.81%

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

R = 7.92%
G = 44.81%
B = 47.27%

CMYK

 C value IS 0.83

 M value IS 0.05

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1DA4AD (or 0x1DA4AD) is known color: Pelorous. HEX triplet: 1D, A4 and AD. RGB value is (29,164,173). Sum of RGB (Red+Green+Blue) = 29+164+173=366 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.92% from 366); Green value is 164 (64.45% from 255 or 44.81% from 366); Blue value is 173 (67.97% from 255 or 47.27% from 366); Max value from RGB is 173 - color contains mainly: blue. Hex color #1DA4AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DA4AD is #E25B52. Grayscale: #7C7C7C. Windows color (decimal): -14834515 or 11379741. OLE color: 11379741.

HSL color Cylindrical-coordinate representation of color #1DA4AD: hue angle of 183.75º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DA4AD is Cyan = 0.83, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 29 164 173 -
CMYK 0.83 0.05 0 0.32
HSL 183.75º 0.71% 0.4% -
HSV(B) 183.75º 0.83% 0.68% -
XYZ 21.32 29.83 44.17 -
YUV 124.66 155.27 59.77 -
System Red Green Blue C M Y K H S L
Decimal 29 164 173 0.83 0.05 0 0.32 183.75 0.71 0.4
Hex 1D A4 AD 53 5 0 20 B8 47 28
Octal 35 244 255 123 5 0 40 270 107 50
Binary 11101 10100100 10101101 1010011 101 0 100000 10111000 1000111 101000

Color Harmonies of #1DA4AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DA4AD

Black with #1DA4AD

Text Example


Text Example

White with #1DA4AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,164,173); }

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

background-color css

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

 a { background-color: rgb(29,164,173); }

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

border-color css

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

 span { border-color: rgb(29,164,173); }

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