Html Css Color HEX #196C77 Allports

📋 copy color: '#196C77'

red 25 ◦ green 108 ◦ blue 119

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

Shades of Allports #196C77

Tints of Allports #196C77

RGB

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

 GREEN value IS 108 (42.58% from 255) = 42.86%

 BLUE value IS 119 (46.88% from 255) = 47.22%

R = 9.92%
G = 42.86%
B = 47.22%

CMYK

 C value IS 0.79

 M value IS 0.09

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#196C77 (or 0x196C77) is known color: Allports. HEX triplet: 19, 6C and 77. RGB value is (25,108,119). Sum of RGB (Red+Green+Blue) = 25+108+119=252 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.92% from 252); Green value is 108 (42.58% from 255 or 42.86% from 252); Blue value is 119 (46.88% from 255 or 47.22% from 252); Max value from RGB is 119 - color contains mainly: blue. Hex color #196C77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196C77 is #E69388. Grayscale: #545454. Windows color (decimal): -15111049 or 7826457. OLE color: 7826457.

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

Color convert

RGB 25 108 119 -
CMYK 0.79 0.09 0 0.53
HSL 187.02º 0.65% 0.28% -
HSV(B) 187.02º 0.79% 0.47% -
XYZ 9.09 12.26 19.34 -
YUV 84.44 147.5 85.61 -
System Red Green Blue C M Y K H S L
Decimal 25 108 119 0.79 0.09 0 0.53 187.02 0.65 0.28
Hex 19 6C 77 4F 9 0 35 BB 41 1C
Octal 31 154 167 117 11 0 65 273 101 34
Binary 11001 1101100 1110111 1001111 1001 0 110101 10111011 1000001 11100

Color Harmonies of #196C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196C77

Black with #196C77

Text Example


Text Example

White with #196C77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,108,119); }

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

background-color css

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

 a { background-color: rgb(25,108,119); }

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

border-color css

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

 span { border-color: rgb(25,108,119); }

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