Html Css Color HEX #196D84 Allports

📋 copy color: '#196D84'

red 25 ◦ green 109 ◦ blue 132

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

Shades of Allports #196D84

Tints of Allports #196D84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 49.62%

R = 9.4%
G = 40.98%
B = 49.62%

CMYK

 C value IS 0.81

 M value IS 0.17

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#196D84 (or 0x196D84) is known color: Allports. HEX triplet: 19, 6D and 84. RGB value is (25,109,132). Sum of RGB (Red+Green+Blue) = 25+109+132=266 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.40% from 266); Green value is 109 (42.97% from 255 or 40.98% from 266); Blue value is 132 (51.95% from 255 or 49.62% from 266); Max value from RGB is 132 - color contains mainly: blue. Hex color #196D84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196D84 is #E6927B. Grayscale: #565656. Windows color (decimal): -15110780 or 8678681. OLE color: 8678681.

HSL color Cylindrical-coordinate representation of color #196D84: hue angle of 192.9º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #196D84 is Cyan = 0.81, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 25 109 132 -
CMYK 0.81 0.17 0 0.48
HSL 192.9º 0.68% 0.31% -
HSV(B) 192.9º 0.81% 0.52% -
XYZ 10.03 12.81 23.77 -
YUV 86.51 153.67 84.13 -
System Red Green Blue C M Y K H S L
Decimal 25 109 132 0.81 0.17 0 0.48 192.9 0.68 0.31
Hex 19 6D 84 51 11 0 30 C1 44 1F
Octal 31 155 204 121 21 0 60 301 104 37
Binary 11001 1101101 10000100 1010001 10001 0 110000 11000001 1000100 11111

Color Harmonies of #196D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196D84

Black with #196D84

Text Example


Text Example

White with #196D84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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