Html Css Color HEX #1598AA Pelorous

📋 copy color: '#1598AA'

red 21 ◦ green 152 ◦ blue 170

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

Shades of Pelorous #1598AA

Tints of Pelorous #1598AA

RGB

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

 GREEN value IS 152 (59.77% from 255) = 44.31%

 BLUE value IS 170 (66.8% from 255) = 49.56%

R = 6.12%
G = 44.31%
B = 49.56%

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

#1598AA (or 0x1598AA) is known color: Pelorous. HEX triplet: 15, 98 and AA. RGB value is (21,152,170). Sum of RGB (Red+Green+Blue) = 21+152+170=343 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.12% from 343); Green value is 152 (59.77% from 255 or 44.31% from 343); Blue value is 170 (66.80% from 255 or 49.56% from 343); Max value from RGB is 170 - color contains mainly: blue. Hex color #1598AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1598AA is #EA6755. Grayscale: #727272. Windows color (decimal): -15361878 or 11180053. OLE color: 11180053.

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

Color convert

RGB 21 152 170 -
CMYK 0.88 0.11 0 0.33
HSL 187.25º 0.78% 0.37% -
HSV(B) 187.25º 0.88% 0.67% -
XYZ 18.79 25.52 41.97 -
YUV 114.88 159.1 61.04 -
System Red Green Blue C M Y K H S L
Decimal 21 152 170 0.88 0.11 0 0.33 187.25 0.78 0.37
Hex 15 98 AA 58 B 0 21 BB 4E 25
Octal 25 230 252 130 13 0 41 273 116 45
Binary 10101 10011000 10101010 1011000 1011 0 100001 10111011 1001110 100101

Color Harmonies of #1598AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1598AA

Black with #1598AA

Text Example


Text Example

White with #1598AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1598AA; }

 p { color: rgb(21,152,170); }

 H1.HeaderClassName
 {
   color: #1598AA;
 }
 .AnyTagClassName
 {
   color: #1598AA;
 }
</style>

background-color css

<style>
 a { background-color: #1598AA; }

 a { background-color: rgb(21,152,170); }

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

border-color css

<style>
 span { border-color: #1598AA; }

 span { border-color: rgb(21,152,170); }

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