Html Css Color HEX #196D71 Allports

📋 copy color: '#196D71'

red 25 ◦ green 109 ◦ blue 113

#196D71
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Allports #196D71

Tints of Allports #196D71

RGB

 RED value IS 25 (10.16% from 255) = 10.12%

 GREEN value IS 109 (42.97% from 255) = 44.13%

 BLUE value IS 113 (44.53% from 255) = 45.75%

R = 10.12%
G = 44.13%
B = 45.75%

CMYK

 C value IS 0.78

 M value IS 0.04

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#196D71 (or 0x196D71) is known color: Allports. HEX triplet: 19, 6D and 71. RGB value is (25,109,113). Sum of RGB (Red+Green+Blue) = 25+109+113=247 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.12% from 247); Green value is 109 (42.97% from 255 or 44.13% from 247); Blue value is 113 (44.53% from 255 or 45.75% from 247); Max value from RGB is 113 - color contains mainly: blue. Hex color #196D71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196D71 is #E6928E. Grayscale: #545454. Windows color (decimal): -15110799 or 7433497. OLE color: 7433497.

HSL color Cylindrical-coordinate representation of color #196D71: hue angle of 182.73º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #196D71 is Cyan = 0.78, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 25 109 113 -
CMYK 0.78 0.04 0 0.56
HSL 182.73º 0.64% 0.27% -
HSV(B) 182.73º 0.78% 0.44% -
XYZ 8.85 12.34 17.54 -
YUV 84.34 144.17 85.67 -
System Red Green Blue C M Y K H S L
Decimal 25 109 113 0.78 0.04 0 0.56 182.73 0.64 0.27
Hex 19 6D 71 4E 4 0 38 B7 40 1B
Octal 31 155 161 116 4 0 70 267 100 33
Binary 11001 1101101 1110001 1001110 100 0 111000 10110111 1000000 11011

Color Harmonies of #196D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196D71

Black with #196D71

Text Example


Text Example

White with #196D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #196D71;
 }
 .AnyTagClassName
 {
   color: #196D71;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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