#198687

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

Shades of Atoll #198687

Tints of Atoll #198687

Color information

#198687 (or 0x198687) is unknown color: approx Atoll. HEX triplet: 19, 86 and 87. RGB value is (25,134,135). Sum of RGB (Red+Green+Blue) = 25+134+135=294 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.50% from 294); Green value is 134 (52.73% from 255 or 45.58% from 294); Blue value is 135 (53.12% from 255 or 45.92% from 294); Max value from RGB is 135 - color contains mainly: blue. Hex color #198687 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198687 is #E67978. Grayscale: #656565. Windows color (decimal): -15104377 or 8881689. OLE color: 8881689.

HSL color Cylindrical-coordinate representation of color #198687: hue angle of 180.55º 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 #198687 is Cyan = 0.81, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB25134135-
CMYK0.810.0100.47
HSL180.55º68.75%31.37%-
HSV(B)180.55º81.48%52.94%-
XYZ13.319.0125.89-
YUV101.52146.8973.42-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.50%
GREEN value IS 134 (52.73% from 255) = 45.58%
BLUE value IS 135 (53.12% from 255) = 45.92%
R=8.50%
G=45.58%
B=45.92%

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
Decimal251341350.810.0100.47180.5568.7531.37
Hex19868751102Fb5451f
Octal31206207121105726510537
Binary11001100001101000011110100011010111110110101100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #198687; }

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

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

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

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

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

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

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

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