Html Css Color HEX #16493C Deep Teal

📋 copy color: '#16493C'

red 22 ◦ green 73 ◦ blue 60

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

Shades of Deep Teal #16493C

Tints of Deep Teal #16493C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 47.1%

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

R = 14.19%
G = 47.1%
B = 38.71%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.18

 K value IS 0.71

RGB Variations

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

Color information

#16493C (or 0x16493C) is known color: Deep Teal. HEX triplet: 16, 49 and 3C. RGB value is (22,73,60). Sum of RGB (Red+Green+Blue) = 22+73+60=155 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.19% from 155); Green value is 73 (28.91% from 255 or 47.10% from 155); Blue value is 60 (23.83% from 255 or 38.71% from 155); Max value from RGB is 73 - color contains mainly: green. Hex color #16493C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16493C is #E9B6C3. Grayscale: #383838. Windows color (decimal): -15316676 or 3950870. OLE color: 3950870.

HSL color Cylindrical-coordinate representation of color #16493C: hue angle of 164.71º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #16493C is Cyan = 0.70, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.71.

Color convert

RGB 22 73 60 -
CMYK 0.70 0 0.18 0.71
HSL 164.71º 0.54% 0.19% -
HSV(B) 164.71º 0.7% 0.29% -
XYZ 3.53 5.26 5.1 -
YUV 56.27 130.1 103.56 -
System Red Green Blue C M Y K H S L
Decimal 22 73 60 0.70 0 0.18 0.71 164.71 0.54 0.19
Hex 16 49 3C 46 0 12 47 A5 36 13
Octal 26 111 74 106 0 22 107 245 66 23
Binary 10110 1001001 111100 1000110 0 10010 1000111 10100101 110110 10011

Color Harmonies of #16493C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16493C

Black with #16493C

Text Example


Text Example

White with #16493C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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