#197E80

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

Shades of Atoll #197E80

Tints of Atoll #197E80

Color information

#197E80 (or 0x197E80) is unknown color: approx Atoll. HEX triplet: 19, 7E and 80. RGB value is (25,126,128). Sum of RGB (Red+Green+Blue) = 25+126+128=279 (36% of max value = 765). Red value is 25 (10.16% from 255 or 8.96% from 279); Green value is 126 (49.61% from 255 or 45.16% from 279); Blue value is 128 (50.39% from 255 or 45.88% from 279); Max value from RGB is 128 - color contains mainly: blue. Hex color #197E80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197E80 is #E6817F. Grayscale: #5F5F5F. Windows color (decimal): -15106432 or 8420889. OLE color: 8420889.

HSL color Cylindrical-coordinate representation of color #197E80: hue angle of 181.17º 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 #197E80 is Cyan = 0.80, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB25126128-
CMYK0.800.0200.50
HSL181.17º67.32%30%-
HSV(B)181.17º80.47%50.2%-
XYZ11.7616.6923.02-
YUV96.03146.0477.34-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.96%
GREEN value IS 126 (49.61% from 255) = 45.16%
BLUE value IS 128 (50.39% from 255) = 45.88%
R=8.96%
G=45.16%
B=45.88%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal251261280.800.0200.50181.1767.3230
Hex197E80502032b5431e
Octal31176200120206226510336
Binary11001111111010000000101000010011001010110101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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