Html Css Color HEX #16746A Deep Sea

📋 copy color: '#16746A'

red 22 ◦ green 116 ◦ blue 106

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

Shades of Deep Sea #16746A

Tints of Deep Sea #16746A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 43.44%

R = 9.02%
G = 47.54%
B = 43.44%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#16746A (or 0x16746A) is known color: Deep Sea. HEX triplet: 16, 74 and 6A. RGB value is (22,116,106). Sum of RGB (Red+Green+Blue) = 22+116+106=244 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.02% from 244); Green value is 116 (45.70% from 255 or 47.54% from 244); Blue value is 106 (41.80% from 255 or 43.44% from 244); Max value from RGB is 116 - color contains mainly: green. Hex color #16746A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16746A is #E98B95. Grayscale: #565656. Windows color (decimal): -15305622 or 6976534. OLE color: 6976534.

HSL color Cylindrical-coordinate representation of color #16746A: hue angle of 173.62º 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 #16746A is Cyan = 0.81, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 22 116 106 -
CMYK 0.81 0 0.09 0.55
HSL 173.62º 0.68% 0.27% -
HSV(B) 173.62º 0.81% 0.45% -
XYZ 9.18 13.7 15.8 -
YUV 86.75 138.86 81.81 -
System Red Green Blue C M Y K H S L
Decimal 22 116 106 0.81 0 0.09 0.55 173.62 0.68 0.27
Hex 16 74 6A 51 0 9 37 AE 44 1B
Octal 26 164 152 121 0 11 67 256 104 33
Binary 10110 1110100 1101010 1010001 0 1001 110111 10101110 1000100 11011

Color Harmonies of #16746A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16746A

Black with #16746A

Text Example


Text Example

White with #16746A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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