Html Css Color HEX #16463A Deep Teal

📋 copy color: '#16463A'

red 22 ◦ green 70 ◦ blue 58

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

Shades of Deep Teal #16463A

Tints of Deep Teal #16463A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 46.67%

 BLUE value IS 58 (23.05% from 255) = 38.67%

R = 14.67%
G = 46.67%
B = 38.67%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.17

 K value IS 0.73

RGB Variations

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

Color information

#16463A (or 0x16463A) is known color: Deep Teal. HEX triplet: 16, 46 and 3A. RGB value is (22,70,58). Sum of RGB (Red+Green+Blue) = 22+70+58=150 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.67% from 150); Green value is 70 (27.73% from 255 or 46.67% from 150); Blue value is 58 (23.05% from 255 or 38.67% from 150); Max value from RGB is 70 - color contains mainly: green. Hex color #16463A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16463A is #E9B9C5. Grayscale: #363636. Windows color (decimal): -15317446 or 3819030. OLE color: 3819030.

HSL color Cylindrical-coordinate representation of color #16463A: hue angle of 165º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #16463A is Cyan = 0.69, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.73.

Color convert

RGB 22 70 58 -
CMYK 0.69 0 0.17 0.73
HSL 165º 0.52% 0.18% -
HSV(B) 165º 0.69% 0.27% -
XYZ 3.28 4.86 4.77 -
YUV 54.28 130.1 104.98 -
System Red Green Blue C M Y K H S L
Decimal 22 70 58 0.69 0 0.17 0.73 165 0.52 0.18
Hex 16 46 3A 45 0 11 49 A5 34 12
Octal 26 106 72 105 0 21 111 245 64 22
Binary 10110 1000110 111010 1000101 0 10001 1001001 10100101 110100 10010

Color Harmonies of #16463A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16463A

Black with #16463A

Text Example


Text Example

White with #16463A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,70,58); }

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

background-color css

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

 a { background-color: rgb(22,70,58); }

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

border-color css

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

 span { border-color: rgb(22,70,58); }

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