#196C71

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

Shades of Allports #196C71

Tints of Allports #196C71

Color information

#196C71 (or 0x196C71) is unknown color: approx Allports. HEX triplet: 19, 6C and 71. RGB value is (25,108,113). Sum of RGB (Red+Green+Blue) = 25+108+113=246 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.16% from 246); Green value is 108 (42.58% from 255 or 43.90% from 246); Blue value is 113 (44.53% from 255 or 45.93% from 246); Max value from RGB is 113 - color contains mainly: blue. Hex color #196C71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196C71 is #E6938E. Grayscale: #535353. Windows color (decimal): -15111055 or 7433241. OLE color: 7433241.

HSL color Cylindrical-coordinate representation of color #196C71: hue angle of 183.41º 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 #196C71 is Cyan = 0.78, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB25108113-
CMYK0.780.0400.56
HSL183.41º63.77%27.06%-
HSV(B)183.41º77.88%44.31%-
XYZ8.7412.1217.5-
YUV83.75144.586.09-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.16%
GREEN value IS 108 (42.58% from 255) = 43.90%
BLUE value IS 113 (44.53% from 255) = 45.93%
R=10.16%
G=43.90%
B=45.93%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal251081130.780.0400.56183.4163.7727.06
Hex196C714E4038b7401b
Octal31154161116407026710033
Binary11001110110011100011001110100011100010110111100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,108,113); }

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

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

 a { background-color: rgb(25,108,113); }

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

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

 span { border-color: rgb(25,108,113); }

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