Html Css Color HEX #1598AB Pelorous

📋 copy color: '#1598AB'

red 21 ◦ green 152 ◦ blue 171

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

Shades of Pelorous #1598AB

Tints of Pelorous #1598AB

RGB

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

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

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

R = 6.1%
G = 44.19%
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

#1598AB (or 0x1598AB) is known color: Pelorous. HEX triplet: 15, 98 and AB. RGB value is (21,152,171). Sum of RGB (Red+Green+Blue) = 21+152+171=344 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.10% from 344); Green value is 152 (59.77% from 255 or 44.19% from 344); Blue value is 171 (67.19% from 255 or 49.71% from 344); Max value from RGB is 171 - color contains mainly: blue. Hex color #1598AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1598AB is #EA6754. Grayscale: #727272. Windows color (decimal): -15361877 or 11245589. OLE color: 11245589.

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

Color convert

RGB 21 152 171 -
CMYK 0.88 0.11 0 0.33
HSL 187.6º 0.78% 0.38% -
HSV(B) 187.6º 0.88% 0.67% -
XYZ 18.89 25.56 42.47 -
YUV 115 159.6 60.96 -
System Red Green Blue C M Y K H S L
Decimal 21 152 171 0.88 0.11 0 0.33 187.6 0.78 0.38
Hex 15 98 AB 58 B 0 21 BC 4E 26
Octal 25 230 253 130 13 0 41 274 116 46
Binary 10101 10011000 10101011 1011000 1011 0 100001 10111100 1001110 100110

Color Harmonies of #1598AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1598AB

Black with #1598AB

Text Example


Text Example

White with #1598AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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