#197C80

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

Shades of Atoll #197C80

Tints of Atoll #197C80

Color information

#197C80 (or 0x197C80) is unknown color: approx Atoll. HEX triplet: 19, 7C and 80. RGB value is (25,124,128). Sum of RGB (Red+Green+Blue) = 25+124+128=277 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.03% from 277); Green value is 124 (48.83% from 255 or 44.77% from 277); Blue value is 128 (50.39% from 255 or 46.21% from 277); Max value from RGB is 128 - color contains mainly: blue. Hex color #197C80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197C80 is #E6837F. Grayscale: #5E5E5E. Windows color (decimal): -15106944 or 8420377. OLE color: 8420377.

HSL color Cylindrical-coordinate representation of color #197C80: hue angle of 182.33º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #197C80 is Cyan = 0.80, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB25124128-
CMYK0.800.0300.50
HSL182.33º67.32%30%-
HSV(B)182.33º80.47%50.2%-
XYZ11.516.1822.94-
YUV94.85146.778.17-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.03%
GREEN value IS 124 (48.83% from 255) = 44.77%
BLUE value IS 128 (50.39% from 255) = 46.21%
R=9.03%
G=44.77%
B=46.21%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal251241280.800.0300.50182.3367.3230
Hex197C80503032b6431e
Octal31174200120306226610336
Binary11001111110010000000101000011011001010110110100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197C80; }

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

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

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

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

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

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

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

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