Html Css Color HEX #16423B Deep Teal

📋 copy color: '#16423B'

red 22 ◦ green 66 ◦ blue 59

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

Shades of Deep Teal #16423B

Tints of Deep Teal #16423B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 44.9%

 BLUE value IS 59 (23.44% from 255) = 40.14%

R = 14.97%
G = 44.9%
B = 40.14%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.11

 K value IS 0.74

RGB Variations

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

Color information

#16423B (or 0x16423B) is known color: Deep Teal. HEX triplet: 16, 42 and 3B. RGB value is (22,66,59). Sum of RGB (Red+Green+Blue) = 22+66+59=147 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.97% from 147); Green value is 66 (26.17% from 255 or 44.90% from 147); Blue value is 59 (23.44% from 255 or 40.14% from 147); Max value from RGB is 66 - color contains mainly: green. Hex color #16423B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16423B is #E9BDC4. Grayscale: #343434. Windows color (decimal): -15318469 or 3883542. OLE color: 3883542.

HSL color Cylindrical-coordinate representation of color #16423B: hue angle of 170.45º degrees, saturation: 0.5, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #16423B is Cyan = 0.67, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.74.

Color convert

RGB 22 66 59 -
CMYK 0.67 0 0.11 0.74
HSL 170.45º 0.5% 0.17% -
HSV(B) 170.45º 0.67% 0.26% -
XYZ 3.07 4.38 4.82 -
YUV 52.05 131.92 106.57 -
System Red Green Blue C M Y K H S L
Decimal 22 66 59 0.67 0 0.11 0.74 170.45 0.5 0.17
Hex 16 42 3B 43 0 B 4A AA 32 11
Octal 26 102 73 103 0 13 112 252 62 21
Binary 10110 1000010 111011 1000011 0 1011 1001010 10101010 110010 10001

Color Harmonies of #16423B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16423B

Black with #16423B

Text Example


Text Example

White with #16423B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16423B; }

 p { color: rgb(22,66,59); }

 H1.HeaderClassName
 {
   color: #16423B;
 }
 .AnyTagClassName
 {
   color: #16423B;
 }
</style>

background-color css

<style>
 a { background-color: #16423B; }

 a { background-color: rgb(22,66,59); }

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

border-color css

<style>
 span { border-color: #16423B; }

 span { border-color: rgb(22,66,59); }

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