Html Css Color HEX #196D76 Allports

📋 copy color: '#196D76'

red 25 ◦ green 109 ◦ blue 118

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

Shades of Allports #196D76

Tints of Allports #196D76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 46.83%

R = 9.92%
G = 43.25%
B = 46.83%

CMYK

 C value IS 0.79

 M value IS 0.08

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#196D76 (or 0x196D76) is known color: Allports. HEX triplet: 19, 6D and 76. RGB value is (25,109,118). Sum of RGB (Red+Green+Blue) = 25+109+118=252 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.92% from 252); Green value is 109 (42.97% from 255 or 43.25% from 252); Blue value is 118 (46.48% from 255 or 46.83% from 252); Max value from RGB is 118 - color contains mainly: blue. Hex color #196D76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196D76 is #E69289. Grayscale: #545454. Windows color (decimal): -15110794 or 7761177. OLE color: 7761177.

HSL color Cylindrical-coordinate representation of color #196D76: hue angle of 185.81º 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 #196D76 is Cyan = 0.79, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 25 109 118 -
CMYK 0.79 0.08 0 0.54
HSL 185.81º 0.65% 0.28% -
HSV(B) 185.81º 0.79% 0.46% -
XYZ 9.14 12.45 19.06 -
YUV 84.91 146.67 85.27 -
System Red Green Blue C M Y K H S L
Decimal 25 109 118 0.79 0.08 0 0.54 185.81 0.65 0.28
Hex 19 6D 76 4F 8 0 36 BA 41 1C
Octal 31 155 166 117 10 0 66 272 101 34
Binary 11001 1101101 1110110 1001111 1000 0 110110 10111010 1000001 11100

Color Harmonies of #196D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196D76

Black with #196D76

Text Example


Text Example

White with #196D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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