#198081

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

Shades of Atoll #198081

Tints of Atoll #198081

Color information

#198081 (or 0x198081) is unknown color: approx Atoll. HEX triplet: 19, 80 and 81. RGB value is (25,128,129). Sum of RGB (Red+Green+Blue) = 25+128+129=282 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.87% from 282); Green value is 128 (50.39% from 255 or 45.39% from 282); Blue value is 129 (50.78% from 255 or 45.74% from 282); Max value from RGB is 129 - color contains mainly: blue. Hex color #198081 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198081 is #E67F7E. Grayscale: #616161. Windows color (decimal): -15105919 or 8486937. OLE color: 8486937.

HSL color Cylindrical-coordinate representation of color #198081: hue angle of 180.58º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #198081 is Cyan = 0.81, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB25128129-
CMYK0.810.0100.49
HSL180.58º67.53%30.2%-
HSV(B)180.58º80.62%50.59%-
XYZ12.0817.2323.46-
YUV97.32145.8876.42-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.87%
GREEN value IS 128 (50.39% from 255) = 45.39%
BLUE value IS 129 (50.78% from 255) = 45.74%
R=8.87%
G=45.39%
B=45.74%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal251281290.810.0100.49180.5867.5330.2
Hex198081511031b5441e
Octal31200201121106126510436
Binary11001100000001000000110100011011000110110101100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #198081; }

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

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

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

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

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

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

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

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