#198587

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

Shades of Atoll #198587

Tints of Atoll #198587

Color information

#198587 (or 0x198587) is unknown color: approx Atoll. HEX triplet: 19, 85 and 87. RGB value is (25,133,135). Sum of RGB (Red+Green+Blue) = 25+133+135=293 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.53% from 293); Green value is 133 (52.34% from 255 or 45.39% from 293); Blue value is 135 (53.12% from 255 or 46.08% from 293); Max value from RGB is 135 - color contains mainly: blue. Hex color #198587 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198587 is #E67A78. Grayscale: #646464. Windows color (decimal): -15104633 or 8881433. OLE color: 8881433.

HSL color Cylindrical-coordinate representation of color #198587: hue angle of 181.09º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #198587 is Cyan = 0.81, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB25133135-
CMYK0.810.0100.47
HSL181.09º68.75%31.37%-
HSV(B)181.09º81.48%52.94%-
XYZ13.1618.7325.84-
YUV100.94147.2273.84-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.53%
GREEN value IS 133 (52.34% from 255) = 45.39%
BLUE value IS 135 (53.12% from 255) = 46.08%
R=8.53%
G=45.39%
B=46.08%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal251331350.810.0100.47181.0968.7531.37
Hex19858751102Fb5451f
Octal31205207121105726510537
Binary11001100001011000011110100011010111110110101100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #198587; }

 p { color: rgb(25,133,135); }

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

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

 a { background-color: rgb(25,133,135); }

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

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

 span { border-color: rgb(25,133,135); }

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