#1DA0B6

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

Shades of Pelorous #1DA0B6

Tints of Pelorous #1DA0B6

Color information

#1DA0B6 (or 0x1DA0B6) is unknown color: approx Pelorous. HEX triplet: 1D, A0 and B6. RGB value is (29,160,182). Sum of RGB (Red+Green+Blue) = 29+160+182=371 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.82% from 371); Green value is 160 (62.89% from 255 or 43.13% from 371); Blue value is 182 (71.48% from 255 or 49.06% from 371); Max value from RGB is 182 - color contains mainly: blue. Hex color #1DA0B6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DA0B6 is #E25F49. Grayscale: #7B7B7B. Windows color (decimal): -14835530 or 11968541. OLE color: 11968541.

HSL color Cylindrical-coordinate representation of color #1DA0B6: hue angle of 188.63º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DA0B6 is Cyan = 0.84, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB29160182-
CMYK0.840.1200.29
HSL188.63º72.51%41.37%-
HSV(B)188.63º84.07%71.37%-
XYZ21.5228.7848.68-
YUV123.34161.160.71-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.82%
GREEN value IS 160 (62.89% from 255) = 43.13%
BLUE value IS 182 (71.48% from 255) = 49.06%
R=7.82%
G=43.13%
B=49.06%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal291601820.840.1200.29188.6372.5141.37
Hex1DA0B654C01Dbd4929
Octal352402661241403527511151
Binary11101101000001011011010101001100011101101111011001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DA0B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,160,182); }

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

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

 a { background-color: rgb(29,160,182); }

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

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

 span { border-color: rgb(29,160,182); }

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