Html Css Color HEX #16473C Deep Teal

📋 copy color: '#16473C'

red 22 ◦ green 71 ◦ blue 60

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

Shades of Deep Teal #16473C

Tints of Deep Teal #16473C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 46.41%

 BLUE value IS 60 (23.83% from 255) = 39.22%

R = 14.38%
G = 46.41%
B = 39.22%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.15

 K value IS 0.72

RGB Variations

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

Color information

#16473C (or 0x16473C) is known color: Deep Teal. HEX triplet: 16, 47 and 3C. RGB value is (22,71,60). Sum of RGB (Red+Green+Blue) = 22+71+60=153 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.38% from 153); Green value is 71 (28.12% from 255 or 46.41% from 153); Blue value is 60 (23.83% from 255 or 39.22% from 153); Max value from RGB is 71 - color contains mainly: green. Hex color #16473C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16473C is #E9B8C3. Grayscale: #373737. Windows color (decimal): -15317188 or 3950358. OLE color: 3950358.

HSL color Cylindrical-coordinate representation of color #16473C: hue angle of 166.53º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #16473C is Cyan = 0.69, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB 22 71 60 -
CMYK 0.69 0 0.15 0.72
HSL 166.53º 0.53% 0.18% -
HSV(B) 166.53º 0.69% 0.28% -
XYZ 3.4 5 5.06 -
YUV 55.1 130.77 104.39 -
System Red Green Blue C M Y K H S L
Decimal 22 71 60 0.69 0 0.15 0.72 166.53 0.53 0.18
Hex 16 47 3C 45 0 F 48 A7 35 12
Octal 26 107 74 105 0 17 110 247 65 22
Binary 10110 1000111 111100 1000101 0 1111 1001000 10100111 110101 10010

Color Harmonies of #16473C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16473C

Black with #16473C

Text Example


Text Example

White with #16473C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16473C; }

 p { color: rgb(22,71,60); }

 H1.HeaderClassName
 {
   color: #16473C;
 }
 .AnyTagClassName
 {
   color: #16473C;
 }
</style>

background-color css

<style>
 a { background-color: #16473C; }

 a { background-color: rgb(22,71,60); }

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

border-color css

<style>
 span { border-color: #16473C; }

 span { border-color: rgb(22,71,60); }

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