#197B80

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

Shades of Atoll #197B80

Tints of Atoll #197B80

Color information

#197B80 (or 0x197B80) is unknown color: approx Atoll. HEX triplet: 19, 7B and 80. RGB value is (25,123,128). Sum of RGB (Red+Green+Blue) = 25+123+128=276 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.06% from 276); Green value is 123 (48.44% from 255 or 44.57% from 276); Blue value is 128 (50.39% from 255 or 46.38% from 276); Max value from RGB is 128 - color contains mainly: blue. Hex color #197B80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197B80 is #E6847F. Grayscale: #5E5E5E. Windows color (decimal): -15107200 or 8420121. OLE color: 8420121.

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

Color convert

RGB25123128-
CMYK0.800.0400.50
HSL182.91º67.32%30%-
HSV(B)182.91º80.47%50.2%-
XYZ11.3815.9322.9-
YUV94.27147.0378.59-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.06%
GREEN value IS 123 (48.44% from 255) = 44.57%
BLUE value IS 128 (50.39% from 255) = 46.38%
R=9.06%
G=44.57%
B=46.38%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal251231280.800.0400.50182.9167.3230
Hex197B80504032b7431e
Octal31173200120406226710336
Binary110011111011100000001010000100011001010110111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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