#196F73

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

Shades of Allports #196F73

Tints of Allports #196F73

Color information

#196F73 (or 0x196F73) is unknown color: approx Allports. HEX triplet: 19, 6F and 73. RGB value is (25,111,115). Sum of RGB (Red+Green+Blue) = 25+111+115=251 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.96% from 251); Green value is 111 (43.75% from 255 or 44.22% from 251); Blue value is 115 (45.31% from 255 or 45.82% from 251); Max value from RGB is 115 - color contains mainly: blue. Hex color #196F73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196F73 is #E6908C. Grayscale: #555555. Windows color (decimal): -15110285 or 7565081. OLE color: 7565081.

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

Color convert

RGB25111115-
CMYK0.780.0300.55
HSL182.67º64.29%27.45%-
HSV(B)182.67º78.26%45.1%-
XYZ9.1812.8118.21-
YUV85.74144.5184.67-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.96%
GREEN value IS 111 (43.75% from 255) = 44.22%
BLUE value IS 115 (45.31% from 255) = 45.82%
R=9.96%
G=44.22%
B=45.82%

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
Decimal251111150.780.0300.55182.6764.2927.45
Hex196F734E3037b7401b
Octal31157163116306726710033
Binary1100111011111110011100111011011011110110111100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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