#196E72

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

Shades of Allports #196E72

Tints of Allports #196E72

Color information

#196E72 (or 0x196E72) is unknown color: approx Allports. HEX triplet: 19, 6E and 72. RGB value is (25,110,114). Sum of RGB (Red+Green+Blue) = 25+110+114=249 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.04% from 249); Green value is 110 (43.36% from 255 or 44.18% from 249); Blue value is 114 (44.92% from 255 or 45.78% from 249); Max value from RGB is 114 - color contains mainly: blue. Hex color #196E72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196E72 is #E6918D. Grayscale: #545454. Windows color (decimal): -15110542 or 7499289. OLE color: 7499289.

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

Color convert

RGB25110114-
CMYK0.780.0400.55
HSL182.7º64.03%27.25%-
HSV(B)182.7º78.07%44.71%-
XYZ9.0112.5717.87-
YUV85.04144.3485.17-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.04%
GREEN value IS 110 (43.36% from 255) = 44.18%
BLUE value IS 114 (44.92% from 255) = 45.78%
R=10.04%
G=44.18%
B=45.78%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal251101140.780.0400.55182.764.0327.25
Hex196E724E4037b7401b
Octal31156162116406726710033
Binary11001110111011100101001110100011011110110111100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,110,114); }

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

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

 a { background-color: rgb(25,110,114); }

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

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

 span { border-color: rgb(25,110,114); }

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