#196F72

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

Shades of Allports #196F72

Tints of Allports #196F72

Color information

#196F72 (or 0x196F72) is unknown color: approx Allports. HEX triplet: 19, 6F and 72. RGB value is (25,111,114). Sum of RGB (Red+Green+Blue) = 25+111+114=250 (33% of max value = 765). Red value is 25 (10.16% from 255 or 10% from 250); Green value is 111 (43.75% from 255 or 44.4% from 250); Blue value is 114 (44.92% from 255 or 45.6% from 250); Max value from RGB is 114 - color contains mainly: blue. Hex color #196F72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196F72 is #E6908D. Grayscale: #555555. Windows color (decimal): -15110286 or 7499545. OLE color: 7499545.

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

Color convert

RGB25111114-
CMYK0.780.0300.55
HSL182.02º64.03%27.25%-
HSV(B)182.02º78.07%44.71%-
XYZ9.1212.7917.91-
YUV85.63144.0184.76-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10%
GREEN value IS 111 (43.75% from 255) = 44.4%
BLUE value IS 114 (44.92% from 255) = 45.6%
R=10%
G=44.4%
B=45.6%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal251111140.780.0300.55182.0264.0327.25
Hex196F724E3037b6401b
Octal31157162116306726610033
Binary1100111011111110010100111011011011110110110100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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