#1D97AB

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

Shades of Pelorous #1D97AB

Tints of Pelorous #1D97AB

Color information

#1D97AB (or 0x1D97AB) is unknown color: approx Pelorous. HEX triplet: 1D, 97 and AB. RGB value is (29,151,171). Sum of RGB (Red+Green+Blue) = 29+151+171=351 (46% of max value = 765). Red value is 29 (11.72% from 255 or 8.26% from 351); Green value is 151 (59.38% from 255 or 43.02% from 351); Blue value is 171 (67.19% from 255 or 48.72% from 351); Max value from RGB is 171 - color contains mainly: blue. Hex color #1D97AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D97AB is #E26854. Grayscale: #747474. Windows color (decimal): -14837845 or 11245341. OLE color: 11245341.

HSL color Cylindrical-coordinate representation of color #1D97AB: hue angle of 188.45º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1D97AB is Cyan = 0.83, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB29151171-
CMYK0.830.1200.33
HSL188.45º71%39.22%-
HSV(B)188.45º83.04%67.06%-
XYZ18.9225.3342.42-
YUV116.8158.5865.37-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 8.26%
GREEN value IS 151 (59.38% from 255) = 43.02%
BLUE value IS 171 (67.19% from 255) = 48.72%
R=8.26%
G=43.02%
B=48.72%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal291511710.830.1200.33188.457139.22
Hex1D97AB53C021bc4727
Octal352272531231404127410747
Binary111011001011110101011101001111000100001101111001000111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D97AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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