#198487

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

Shades of Atoll #198487

Tints of Atoll #198487

Color information

#198487 (or 0x198487) is unknown color: approx Atoll. HEX triplet: 19, 84 and 87. RGB value is (25,132,135). Sum of RGB (Red+Green+Blue) = 25+132+135=292 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.56% from 292); Green value is 132 (51.95% from 255 or 45.21% from 292); Blue value is 135 (53.12% from 255 or 46.23% from 292); Max value from RGB is 135 - color contains mainly: blue. Hex color #198487 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198487 is #E67B78. Grayscale: #646464. Windows color (decimal): -15104889 or 8881177. OLE color: 8881177.

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

Color convert

RGB25132135-
CMYK0.810.0200.47
HSL181.64º68.75%31.37%-
HSV(B)181.64º81.48%52.94%-
XYZ13.0318.4625.8-
YUV100.35147.5574.26-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.56%
GREEN value IS 132 (51.95% from 255) = 45.21%
BLUE value IS 135 (53.12% from 255) = 46.23%
R=8.56%
G=45.21%
B=46.23%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal251321350.810.0200.47181.6468.7531.37
Hex19848751202Fb6451f
Octal31204207121205726610537
Binary110011000010010000111101000110010111110110110100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #198487; }

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

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

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

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

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

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

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

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