#1DA2AD

Color #1DA2AD Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #1DA2AD

Tints of Pelorous #1DA2AD

Color information

#1DA2AD (or 0x1DA2AD) is unknown color: approx Pelorous. HEX triplet: 1D, A2 and AD. RGB value is (29,162,173). Sum of RGB (Red+Green+Blue) = 29+162+173=364 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.97% from 364); Green value is 162 (63.67% from 255 or 44.51% from 364); Blue value is 173 (67.97% from 255 or 47.53% from 364); Max value from RGB is 173 - color contains mainly: blue. Hex color #1DA2AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DA2AD is #E25D52. Grayscale: #7B7B7B. Windows color (decimal): -14835027 or 11379229. OLE color: 11379229.

HSL color Cylindrical-coordinate representation of color #1DA2AD: hue angle of 184.58º 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 #1DA2AD is Cyan = 0.83, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB29162173-
CMYK0.830.0600.32
HSL184.58º71.29%39.61%-
HSV(B)184.58º83.24%67.84%-
XYZ20.9729.1244.05-
YUV123.49155.9460.61-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.97%
GREEN value IS 162 (63.67% from 255) = 44.51%
BLUE value IS 173 (67.97% from 255) = 47.53%
R=7.97%
G=44.51%
B=47.53%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal291621730.830.0600.32184.5871.2939.61
Hex1DA2AD536020b94728
Octal35242255123604027110750
Binary11101101000101010110110100111100100000101110011000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DA2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1DA2AD;
 }
 .AnyTagClassName
 {
   color: #1DA2AD;
 }
</style>
background-color css

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

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

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

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

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

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