Html Css Color HEX #16596B Orient

📋 copy color: '#16596B'

red 22 ◦ green 89 ◦ blue 107

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

Shades of Orient #16596B

Tints of Orient #16596B

RGB

 RED value IS 22 (8.98% from 255) = 10.09%

 GREEN value IS 89 (35.16% from 255) = 40.83%

 BLUE value IS 107 (42.19% from 255) = 49.08%

R = 10.09%
G = 40.83%
B = 49.08%

CMYK

 C value IS 0.79

 M value IS 0.17

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#16596B (or 0x16596B) is known color: Orient. HEX triplet: 16, 59 and 6B. RGB value is (22,89,107). Sum of RGB (Red+Green+Blue) = 22+89+107=218 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.09% from 218); Green value is 89 (35.16% from 255 or 40.83% from 218); Blue value is 107 (42.19% from 255 or 49.08% from 218); Max value from RGB is 107 - color contains mainly: blue. Hex color #16596B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16596B is #E9A694. Grayscale: #464646. Windows color (decimal): -15312533 or 7035158. OLE color: 7035158.

HSL color Cylindrical-coordinate representation of color #16596B: hue angle of 192.71º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #16596B is Cyan = 0.79, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 22 89 107 -
CMYK 0.79 0.17 0 0.58
HSL 192.71º 0.66% 0.25% -
HSV(B) 192.71º 0.79% 0.42% -
XYZ 6.56 8.38 15.18 -
YUV 71.02 148.3 93.04 -
System Red Green Blue C M Y K H S L
Decimal 22 89 107 0.79 0.17 0 0.58 192.71 0.66 0.25
Hex 16 59 6B 4F 11 0 3A C1 42 19
Octal 26 131 153 117 21 0 72 301 102 31
Binary 10110 1011001 1101011 1001111 10001 0 111010 11000001 1000010 11001

Color Harmonies of #16596B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16596B

Black with #16596B

Text Example


Text Example

White with #16596B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16596B; }

 p { color: rgb(22,89,107); }

 H1.HeaderClassName
 {
   color: #16596B;
 }
 .AnyTagClassName
 {
   color: #16596B;
 }
</style>

background-color css

<style>
 a { background-color: #16596B; }

 a { background-color: rgb(22,89,107); }

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

border-color css

<style>
 span { border-color: #16596B; }

 span { border-color: rgb(22,89,107); }

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