#198286

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

Shades of Atoll #198286

Tints of Atoll #198286

Color information

#198286 (or 0x198286) is unknown color: approx Atoll. HEX triplet: 19, 82 and 86. RGB value is (25,130,134). Sum of RGB (Red+Green+Blue) = 25+130+134=289 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.65% from 289); Green value is 130 (51.17% from 255 or 44.98% from 289); Blue value is 134 (52.73% from 255 or 46.37% from 289); Max value from RGB is 134 - color contains mainly: blue. Hex color #198286 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198286 is #E67D79. Grayscale: #626262. Windows color (decimal): -15105402 or 8815129. OLE color: 8815129.

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

Color convert

RGB25130134-
CMYK0.810.0300.47
HSL182.2º68.55%31.18%-
HSV(B)182.2º81.34%52.55%-
XYZ12.6917.8925.34-
YUV99.06147.7175.17-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.65%
GREEN value IS 130 (51.17% from 255) = 44.98%
BLUE value IS 134 (52.73% from 255) = 46.37%
R=8.65%
G=44.98%
B=46.37%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal251301340.810.0300.47182.268.5531.18
Hex19828651302Fb6451f
Octal31202206121305726610537
Binary110011000001010000110101000111010111110110110100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #198286; }

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

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

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

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

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

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

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

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