#196D75

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

Shades of Allports #196D75

Tints of Allports #196D75

Color information

#196D75 (or 0x196D75) is unknown color: approx Allports. HEX triplet: 19, 6D and 75. RGB value is (25,109,117). Sum of RGB (Red+Green+Blue) = 25+109+117=251 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.96% from 251); Green value is 109 (42.97% from 255 or 43.43% from 251); Blue value is 117 (46.09% from 255 or 46.61% from 251); Max value from RGB is 117 - color contains mainly: blue. Hex color #196D75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196D75 is #E6928A. Grayscale: #545454. Windows color (decimal): -15110795 or 7695641. OLE color: 7695641.

HSL color Cylindrical-coordinate representation of color #196D75: hue angle of 185.22º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #196D75 is Cyan = 0.79, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB25109117-
CMYK0.790.0700.54
HSL185.22º64.79%27.84%-
HSV(B)185.22º78.63%45.88%-
XYZ9.0812.4318.75-
YUV84.8146.1785.35-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.96%
GREEN value IS 109 (42.97% from 255) = 43.43%
BLUE value IS 117 (46.09% from 255) = 46.61%
R=9.96%
G=43.43%
B=46.61%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal251091170.790.0700.54185.2264.7927.84
Hex196D754F7036b9411c
Octal31155165117706627110134
Binary11001110110111101011001111111011011010111001100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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