Html Css Color HEX #163F34 Deep Teal

📋 copy color: '#163F34'

red 22 ◦ green 63 ◦ blue 52

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

Shades of Deep Teal #163F34

Tints of Deep Teal #163F34

RGB

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

 GREEN value IS 63 (25% from 255) = 45.99%

 BLUE value IS 52 (20.7% from 255) = 37.96%

R = 16.06%
G = 45.99%
B = 37.96%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.17

 K value IS 0.75

RGB Variations

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

Color information

#163F34 (or 0x163F34) is known color: Deep Teal. HEX triplet: 16, 3F and 34. RGB value is (22,63,52). Sum of RGB (Red+Green+Blue) = 22+63+52=137 (18% of max value = 765). Red value is 22 (8.98% from 255 or 16.06% from 137); Green value is 63 (25% from 255 or 45.99% from 137); Blue value is 52 (20.70% from 255 or 37.96% from 137); Max value from RGB is 63 - color contains mainly: green. Hex color #163F34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163F34 is #E9C0CB. Grayscale: #313131. Windows color (decimal): -15319244 or 3424022. OLE color: 3424022.

HSL color Cylindrical-coordinate representation of color #163F34: hue angle of 163.9º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #163F34 is Cyan = 0.65, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.75.

Color convert

RGB 22 63 52 -
CMYK 0.65 0 0.17 0.75
HSL 163.9º 0.48% 0.17% -
HSV(B) 163.9º 0.65% 0.25% -
XYZ 2.73 3.97 3.87 -
YUV 49.49 129.42 108.39 -
System Red Green Blue C M Y K H S L
Decimal 22 63 52 0.65 0 0.17 0.75 163.9 0.48 0.17
Hex 16 3F 34 41 0 11 4B A4 30 11
Octal 26 77 64 101 0 21 113 244 60 21
Binary 10110 111111 110100 1000001 0 10001 1001011 10100100 110000 10001

Color Harmonies of #163F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163F34

Black with #163F34

Text Example


Text Example

White with #163F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163F34; }

 p { color: rgb(22,63,52); }

 H1.HeaderClassName
 {
   color: #163F34;
 }
 .AnyTagClassName
 {
   color: #163F34;
 }
</style>

background-color css

<style>
 a { background-color: #163F34; }

 a { background-color: rgb(22,63,52); }

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

border-color css

<style>
 span { border-color: #163F34; }

 span { border-color: rgb(22,63,52); }

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