#197B84

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

Shades of Atoll #197B84

Tints of Atoll #197B84

Color information

#197B84 (or 0x197B84) is unknown color: approx Atoll. HEX triplet: 19, 7B and 84. RGB value is (25,123,132). Sum of RGB (Red+Green+Blue) = 25+123+132=280 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.93% from 280); Green value is 123 (48.44% from 255 or 43.93% from 280); Blue value is 132 (51.95% from 255 or 47.14% from 280); Max value from RGB is 132 - color contains mainly: blue. Hex color #197B84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197B84 is #E6847B. Grayscale: #5E5E5E. Windows color (decimal): -15107196 or 8682265. OLE color: 8682265.

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

Color convert

RGB25123132-
CMYK0.810.0700.48
HSL185.05º68.15%30.78%-
HSV(B)185.05º81.06%51.76%-
XYZ11.6516.0424.31-
YUV94.72149.0378.27-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.93%
GREEN value IS 123 (48.44% from 255) = 43.93%
BLUE value IS 132 (51.95% from 255) = 47.14%
R=8.93%
G=43.93%
B=47.14%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal251231320.810.0700.48185.0568.1530.78
Hex197B84517030b9441f
Octal31173204121706027110437
Binary110011111011100001001010001111011000010111001100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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