#196D79

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

Shades of Allports #196D79

Tints of Allports #196D79

Color information

#196D79 (or 0x196D79) is unknown color: approx Allports. HEX triplet: 19, 6D and 79. RGB value is (25,109,121). Sum of RGB (Red+Green+Blue) = 25+109+121=255 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.80% from 255); Green value is 109 (42.97% from 255 or 42.75% from 255); Blue value is 121 (47.66% from 255 or 47.45% from 255); Max value from RGB is 121 - color contains mainly: blue. Hex color #196D79 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196D79 is #E69286. Grayscale: #555555. Windows color (decimal): -15110791 or 7957785. OLE color: 7957785.

HSL color Cylindrical-coordinate representation of color #196D79: hue angle of 187.5º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #196D79 is Cyan = 0.79, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB25109121-
CMYK0.790.1000.53
HSL187.5º65.75%28.63%-
HSV(B)187.5º79.34%47.45%-
XYZ9.3212.5220.02-
YUV85.25148.1785.02-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.80%
GREEN value IS 109 (42.97% from 255) = 42.75%
BLUE value IS 121 (47.66% from 255) = 47.45%
R=9.80%
G=42.75%
B=47.45%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal251091210.790.1000.53187.565.7528.63
Hex196D794FA035bc421d
Octal311551711171206527410235
Binary110011101101111100110011111010011010110111100100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,109,121); }

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

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

 a { background-color: rgb(25,109,121); }

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

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

 span { border-color: rgb(25,109,121); }

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