Html Css Color HEX #1599AC Pelorous

📋 copy color: '#1599AC'

red 21 ◦ green 153 ◦ blue 172

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

Shades of Pelorous #1599AC

Tints of Pelorous #1599AC

RGB

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

 GREEN value IS 153 (60.16% from 255) = 44.22%

 BLUE value IS 172 (67.58% from 255) = 49.71%

R = 6.07%
G = 44.22%
B = 49.71%

CMYK

 C value IS 0.88

 M value IS 0.11

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1599AC (or 0x1599AC) is known color: Pelorous. HEX triplet: 15, 99 and AC. RGB value is (21,153,172). Sum of RGB (Red+Green+Blue) = 21+153+172=346 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.07% from 346); Green value is 153 (60.16% from 255 or 44.22% from 346); Blue value is 172 (67.58% from 255 or 49.71% from 346); Max value from RGB is 172 - color contains mainly: blue. Hex color #1599AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1599AC is #EA6653. Grayscale: #737373. Windows color (decimal): -15361620 or 11311381. OLE color: 11311381.

HSL color Cylindrical-coordinate representation of color #1599AC: hue angle of 187.55º 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 #1599AC is Cyan = 0.88, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 21 153 172 -
CMYK 0.88 0.11 0 0.33
HSL 187.55º 0.78% 0.38% -
HSV(B) 187.55º 0.88% 0.67% -
XYZ 19.15 25.92 43.02 -
YUV 115.7 159.77 60.46 -
System Red Green Blue C M Y K H S L
Decimal 21 153 172 0.88 0.11 0 0.33 187.55 0.78 0.38
Hex 15 99 AC 58 B 0 21 BC 4E 26
Octal 25 231 254 130 13 0 41 274 116 46
Binary 10101 10011001 10101100 1011000 1011 0 100001 10111100 1001110 100110

Color Harmonies of #1599AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1599AC

Black with #1599AC

Text Example


Text Example

White with #1599AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1599AC; }

 p { color: rgb(21,153,172); }

 H1.HeaderClassName
 {
   color: #1599AC;
 }
 .AnyTagClassName
 {
   color: #1599AC;
 }
</style>

background-color css

<style>
 a { background-color: #1599AC; }

 a { background-color: rgb(21,153,172); }

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

border-color css

<style>
 span { border-color: #1599AC; }

 span { border-color: rgb(21,153,172); }

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