#197A82

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

Shades of Atoll #197A82

Tints of Atoll #197A82

Color information

#197A82 (or 0x197A82) is unknown color: approx Atoll. HEX triplet: 19, 7A and 82. RGB value is (25,122,130). Sum of RGB (Red+Green+Blue) = 25+122+130=277 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.03% from 277); Green value is 122 (48.05% from 255 or 44.04% from 277); Blue value is 130 (51.17% from 255 or 46.93% from 277); Max value from RGB is 130 - color contains mainly: blue. Hex color #197A82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197A82 is #E6857D. Grayscale: #5D5D5D. Windows color (decimal): -15107454 or 8550937. OLE color: 8550937.

HSL color Cylindrical-coordinate representation of color #197A82: hue angle of 184.57º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #197A82 is Cyan = 0.81, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB25122130-
CMYK0.810.0600.49
HSL184.57º67.74%30.39%-
HSV(B)184.57º80.77%50.98%-
XYZ11.3915.7423.56-
YUV93.91148.3678.85-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.03%
GREEN value IS 122 (48.05% from 255) = 44.04%
BLUE value IS 130 (51.17% from 255) = 46.93%
R=9.03%
G=44.04%
B=46.93%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal251221300.810.0600.49184.5767.7430.39
Hex197A82516031b9441e
Octal31172202121606127110436
Binary110011111010100000101010001110011000110111001100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,122,130); }

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

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

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

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

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

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

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