Html Css Color HEX #1591AB Pelorous

📋 copy color: '#1591AB'

red 21 ◦ green 145 ◦ blue 171

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

Shades of Pelorous #1591AB

Tints of Pelorous #1591AB

RGB

 RED value IS 21 (8.59% from 255) = 6.23%

 GREEN value IS 145 (57.03% from 255) = 43.03%

 BLUE value IS 171 (67.19% from 255) = 50.74%

R = 6.23%
G = 43.03%
B = 50.74%

CMYK

 C value IS 0.88

 M value IS 0.15

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1591AB (or 0x1591AB) is known color: Pelorous. HEX triplet: 15, 91 and AB. RGB value is (21,145,171). Sum of RGB (Red+Green+Blue) = 21+145+171=337 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.23% from 337); Green value is 145 (57.03% from 255 or 43.03% from 337); Blue value is 171 (67.19% from 255 or 50.74% from 337); Max value from RGB is 171 - color contains mainly: blue. Hex color #1591AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1591AB is #EA6E54. Grayscale: #6E6E6E. Windows color (decimal): -15363669 or 11243797. OLE color: 11243797.

HSL color Cylindrical-coordinate representation of color #1591AB: hue angle of 190.4º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1591AB is Cyan = 0.88, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 21 145 171 -
CMYK 0.88 0.15 0 0.33
HSL 190.4º 0.78% 0.38% -
HSV(B) 190.4º 0.88% 0.67% -
XYZ 17.79 23.35 42.1 -
YUV 110.89 161.92 63.89 -
System Red Green Blue C M Y K H S L
Decimal 21 145 171 0.88 0.15 0 0.33 190.4 0.78 0.38
Hex 15 91 AB 58 F 0 21 BE 4E 26
Octal 25 221 253 130 17 0 41 276 116 46
Binary 10101 10010001 10101011 1011000 1111 0 100001 10111110 1001110 100110

Color Harmonies of #1591AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1591AB

Black with #1591AB

Text Example


Text Example

White with #1591AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1591AB; }

 p { color: rgb(21,145,171); }

 H1.HeaderClassName
 {
   color: #1591AB;
 }
 .AnyTagClassName
 {
   color: #1591AB;
 }
</style>

background-color css

<style>
 a { background-color: #1591AB; }

 a { background-color: rgb(21,145,171); }

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

border-color css

<style>
 span { border-color: #1591AB; }

 span { border-color: rgb(21,145,171); }

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