Html Css Color HEX #16746D Deep Sea

📋 copy color: '#16746D'

red 22 ◦ green 116 ◦ blue 109

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

Shades of Deep Sea #16746D

Tints of Deep Sea #16746D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 46.96%

 BLUE value IS 109 (42.97% from 255) = 44.13%

R = 8.91%
G = 46.96%
B = 44.13%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#16746D (or 0x16746D) is known color: Deep Sea. HEX triplet: 16, 74 and 6D. RGB value is (22,116,109). Sum of RGB (Red+Green+Blue) = 22+116+109=247 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.91% from 247); Green value is 116 (45.70% from 255 or 46.96% from 247); Blue value is 109 (42.97% from 255 or 44.13% from 247); Max value from RGB is 116 - color contains mainly: green. Hex color #16746D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16746D is #E98B92. Grayscale: #575757. Windows color (decimal): -15305619 or 7173142. OLE color: 7173142.

HSL color Cylindrical-coordinate representation of color #16746D: hue angle of 175.53º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #16746D is Cyan = 0.81, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB 22 116 109 -
CMYK 0.81 0 0.06 0.55
HSL 175.53º 0.68% 0.27% -
HSV(B) 175.53º 0.81% 0.45% -
XYZ 9.34 13.77 16.63 -
YUV 87.1 140.36 81.57 -
System Red Green Blue C M Y K H S L
Decimal 22 116 109 0.81 0 0.06 0.55 175.53 0.68 0.27
Hex 16 74 6D 51 0 6 37 B0 44 1B
Octal 26 164 155 121 0 6 67 260 104 33
Binary 10110 1110100 1101101 1010001 0 110 110111 10110000 1000100 11011

Color Harmonies of #16746D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16746D

Black with #16746D

Text Example


Text Example

White with #16746D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16746D; }

 p { color: rgb(22,116,109); }

 H1.HeaderClassName
 {
   color: #16746D;
 }
 .AnyTagClassName
 {
   color: #16746D;
 }
</style>

background-color css

<style>
 a { background-color: #16746D; }

 a { background-color: rgb(22,116,109); }

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

border-color css

<style>
 span { border-color: #16746D; }

 span { border-color: rgb(22,116,109); }

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