#198585

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

Shades of Atoll #198585

Tints of Atoll #198585

Color information

#198585 (or 0x198585) is unknown color: approx Atoll. HEX triplet: 19, 85 and 85. RGB value is (25,133,133). Sum of RGB (Red+Green+Blue) = 25+133+133=291 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.59% from 291); Green value is 133 (52.34% from 255 or 45.70% from 291); Blue value is 133 (52.34% from 255 or 45.70% from 291); Max value from RGB is 133 - color contains mainly: green, blue. Hex color #198585 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198585 is #E67A7A. Grayscale: #646464. Windows color (decimal): -15104635 or 8750361. OLE color: 8750361.

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

Color convert

RGB25133133-
CMYK0.81000.48
HSL180º68.35%30.98%-
HSV(B)180º81.2%52.16%-
XYZ13.0218.6825.11-
YUV100.71146.2274-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.59%
GREEN value IS 133 (52.34% from 255) = 45.70%
BLUE value IS 133 (52.34% from 255) = 45.70%
R=8.59%
G=45.70%
B=45.70%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal251331330.81000.4818068.3530.98
Hex198585510030b4441f
Octal31205205121006026410437
Binary11001100001011000010110100010011000010110100100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #198585; }

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

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

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

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

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

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

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

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