#196B72

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

Shades of Allports #196B72

Tints of Allports #196B72

Color information

#196B72 (or 0x196B72) is unknown color: approx Allports. HEX triplet: 19, 6B and 72. RGB value is (25,107,114). Sum of RGB (Red+Green+Blue) = 25+107+114=246 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.16% from 246); Green value is 107 (42.19% from 255 or 43.50% from 246); Blue value is 114 (44.92% from 255 or 46.34% from 246); Max value from RGB is 114 - color contains mainly: blue. Hex color #196B72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196B72 is #E6948D. Grayscale: #535353. Windows color (decimal): -15111310 or 7498521. OLE color: 7498521.

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

Color convert

RGB25107114-
CMYK0.780.0600.55
HSL184.72º64.03%27.25%-
HSV(B)184.72º78.07%44.71%-
XYZ8.711.9417.77-
YUV83.28145.3386.43-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.16%
GREEN value IS 107 (42.19% from 255) = 43.50%
BLUE value IS 114 (44.92% from 255) = 46.34%
R=10.16%
G=43.50%
B=46.34%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal251071140.780.0600.55184.7264.0327.25
Hex196B724E6037b9401b
Octal31153162116606727110033
Binary11001110101111100101001110110011011110111001100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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