#198185

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

Shades of Atoll #198185

Tints of Atoll #198185

Color information

#198185 (or 0x198185) is unknown color: approx Atoll. HEX triplet: 19, 81 and 85. RGB value is (25,129,133). Sum of RGB (Red+Green+Blue) = 25+129+133=287 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.71% from 287); Green value is 129 (50.78% from 255 or 44.95% from 287); Blue value is 133 (52.34% from 255 or 46.34% from 287); Max value from RGB is 133 - color contains mainly: blue. Hex color #198185 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198185 is #E67E7A. Grayscale: #626262. Windows color (decimal): -15105659 or 8749337. OLE color: 8749337.

HSL color Cylindrical-coordinate representation of color #198185: hue angle of 182.22º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #198185 is Cyan = 0.81, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB25129133-
CMYK0.810.0300.48
HSL182.22º68.35%30.98%-
HSV(B)182.22º81.2%52.16%-
XYZ12.4817.624.93-
YUV98.36147.5475.67-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.71%
GREEN value IS 129 (50.78% from 255) = 44.95%
BLUE value IS 133 (52.34% from 255) = 46.34%
R=8.71%
G=44.95%
B=46.34%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal251291330.810.0300.48182.2268.3530.98
Hex198185513030b6441f
Octal31201205121306026610437
Binary110011000000110000101101000111011000010110110100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #198185; }

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

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

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

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

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

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

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

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