Html Css Color HEX #196C7C Allports

📋 copy color: '#196C7C'

red 25 ◦ green 108 ◦ blue 124

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

Shades of Allports #196C7C

Tints of Allports #196C7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 48.25%

R = 9.73%
G = 42.02%
B = 48.25%

CMYK

 C value IS 0.80

 M value IS 0.13

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#196C7C (or 0x196C7C) is known color: Allports. HEX triplet: 19, 6C and 7C. RGB value is (25,108,124). Sum of RGB (Red+Green+Blue) = 25+108+124=257 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.73% from 257); Green value is 108 (42.58% from 255 or 42.02% from 257); Blue value is 124 (48.83% from 255 or 48.25% from 257); Max value from RGB is 124 - color contains mainly: blue. Hex color #196C7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196C7C is #E69383. Grayscale: #545454. Windows color (decimal): -15111044 or 8154137. OLE color: 8154137.

HSL color Cylindrical-coordinate representation of color #196C7C: hue angle of 189.7º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #196C7C is Cyan = 0.80, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 25 108 124 -
CMYK 0.80 0.13 0 0.51
HSL 189.7º 0.66% 0.29% -
HSV(B) 189.7º 0.8% 0.49% -
XYZ 9.4 12.39 20.96 -
YUV 85.01 150 85.2 -
System Red Green Blue C M Y K H S L
Decimal 25 108 124 0.80 0.13 0 0.51 189.7 0.66 0.29
Hex 19 6C 7C 50 D 0 33 BE 42 1D
Octal 31 154 174 120 15 0 63 276 102 35
Binary 11001 1101100 1111100 1010000 1101 0 110011 10111110 1000010 11101

Color Harmonies of #196C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196C7C

Black with #196C7C

Text Example


Text Example

White with #196C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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