#196A70

Color #196A70 Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #196A70

Tints of Allports #196A70

Color information

#196A70 (or 0x196A70) is unknown color: approx Allports. HEX triplet: 19, 6A and 70. RGB value is (25,106,112). Sum of RGB (Red+Green+Blue) = 25+106+112=243 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.29% from 243); Green value is 106 (41.80% from 255 or 43.62% from 243); Blue value is 112 (44.14% from 255 or 46.09% from 243); Max value from RGB is 112 - color contains mainly: blue. Hex color #196A70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196A70 is #E6958F. Grayscale: #525252. Windows color (decimal): -15111568 or 7367193. OLE color: 7367193.

HSL color Cylindrical-coordinate representation of color #196A70: hue angle of 184.14º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #196A70 is Cyan = 0.78, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB25106112-
CMYK0.780.0500.56
HSL184.14º63.5%26.86%-
HSV(B)184.14º77.68%43.92%-
XYZ8.4811.6817.14-
YUV82.46144.6687.01-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.29%
GREEN value IS 106 (41.80% from 255) = 43.62%
BLUE value IS 112 (44.14% from 255) = 46.09%
R=10.29%
G=43.62%
B=46.09%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal251061120.780.0500.56184.1463.526.86
Hex196A704E5038b8401b
Octal31152160116507027010033
Binary11001110101011100001001110101011100010111000100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196A70; }

 p { color: rgb(25,106,112); }

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

<style>
 a { background-color: #196A70; }

 a { background-color: rgb(25,106,112); }

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

<style>
 span { border-color: #196A70; }

 span { border-color: rgb(25,106,112); }

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