Html Css Color HEX #196B7B Allports

📋 copy color: '#196B7B'

red 25 ◦ green 107 ◦ blue 123

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

Shades of Allports #196B7B

Tints of Allports #196B7B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 41.96%

 BLUE value IS 123 (48.44% from 255) = 48.24%

R = 9.8%
G = 41.96%
B = 48.24%

CMYK

 C value IS 0.80

 M value IS 0.13

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#196B7B (or 0x196B7B) is known color: Allports. HEX triplet: 19, 6B and 7B. RGB value is (25,107,123). Sum of RGB (Red+Green+Blue) = 25+107+123=255 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.80% from 255); Green value is 107 (42.19% from 255 or 41.96% from 255); Blue value is 123 (48.44% from 255 or 48.24% from 255); Max value from RGB is 123 - color contains mainly: blue. Hex color #196B7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196B7B is #E69484. Grayscale: #545454. Windows color (decimal): -15111301 or 8088345. OLE color: 8088345.

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

Color convert

RGB 25 107 123 -
CMYK 0.80 0.13 0 0.52
HSL 189.8º 0.66% 0.29% -
HSV(B) 189.8º 0.8% 0.48% -
XYZ 9.23 12.15 20.6 -
YUV 84.31 149.83 85.7 -
System Red Green Blue C M Y K H S L
Decimal 25 107 123 0.80 0.13 0 0.52 189.8 0.66 0.29
Hex 19 6B 7B 50 D 0 34 BE 42 1D
Octal 31 153 173 120 15 0 64 276 102 35
Binary 11001 1101011 1111011 1010000 1101 0 110100 10111110 1000010 11101

Color Harmonies of #196B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196B7B

Black with #196B7B

Text Example


Text Example

White with #196B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,107,123); }

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

background-color css

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

 a { background-color: rgb(25,107,123); }

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

border-color css

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

 span { border-color: rgb(25,107,123); }

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