#1998AC

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

Shades of Pelorous #1998AC

Tints of Pelorous #1998AC

Color information

#1998AC (or 0x1998AC) is unknown color: approx Pelorous. HEX triplet: 19, 98 and AC. RGB value is (25,152,172). Sum of RGB (Red+Green+Blue) = 25+152+172=349 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.16% from 349); Green value is 152 (59.77% from 255 or 43.55% from 349); Blue value is 172 (67.58% from 255 or 49.28% from 349); Max value from RGB is 172 - color contains mainly: blue. Hex color #1998AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1998AC is #E66753. Grayscale: #747474. Windows color (decimal): -15099732 or 11311129. OLE color: 11311129.

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

Color convert

RGB25152172-
CMYK0.850.1200.33
HSL188.16º74.62%38.63%-
HSV(B)188.16º85.47%67.45%-
XYZ19.0825.6442.97-
YUV116.31159.4262.87-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.16%
GREEN value IS 152 (59.77% from 255) = 43.55%
BLUE value IS 172 (67.58% from 255) = 49.28%
R=7.16%
G=43.55%
B=49.28%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal251521720.850.1200.33188.1674.6238.63
Hex1998AC55C021bc4b27
Octal312302541251404127411347
Binary110011001100010101100101010111000100001101111001001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1998AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,152,172); }

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

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

 a { background-color: rgb(25,152,172); }

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

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

 span { border-color: rgb(25,152,172); }

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