#198188

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

Shades of Atoll #198188

Tints of Atoll #198188

Color information

#198188 (or 0x198188) is unknown color: approx Atoll. HEX triplet: 19, 81 and 88. RGB value is (25,129,136). Sum of RGB (Red+Green+Blue) = 25+129+136=290 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.62% from 290); Green value is 129 (50.78% from 255 or 44.48% from 290); Blue value is 136 (53.52% from 255 or 46.90% from 290); Max value from RGB is 136 - color contains mainly: blue. Hex color #198188 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198188 is #E67E77. Grayscale: #626262. Windows color (decimal): -15105656 or 8945945. OLE color: 8945945.

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

Color convert

RGB25129136-
CMYK0.820.0500.47
HSL183.78º68.94%31.57%-
HSV(B)183.78º81.62%53.33%-
XYZ12.717.6826.04-
YUV98.7149.0475.43-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.62%
GREEN value IS 129 (50.78% from 255) = 44.48%
BLUE value IS 136 (53.52% from 255) = 46.90%
R=8.62%
G=44.48%
B=46.90%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal251291360.820.0500.47183.7868.9431.57
Hex19818852502Fb84520
Octal31201210122505727010540
Binary11001100000011000100010100101010101111101110001000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #198188; }

 p { color: rgb(25,129,136); }

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

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

 a { background-color: rgb(25,129,136); }

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

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

 span { border-color: rgb(25,129,136); }

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