Html Css Color HEX #165047 Deep Teal

📋 copy color: '#165047'

red 22 ◦ green 80 ◦ blue 71

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

Shades of Deep Teal #165047

Tints of Deep Teal #165047

RGB

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

 GREEN value IS 80 (31.64% from 255) = 46.24%

 BLUE value IS 71 (28.13% from 255) = 41.04%

R = 12.72%
G = 46.24%
B = 41.04%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.11

 K value IS 0.69

RGB Variations

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

Color information

#165047 (or 0x165047) is known color: Deep Teal. HEX triplet: 16, 50 and 47. RGB value is (22,80,71). Sum of RGB (Red+Green+Blue) = 22+80+71=173 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.72% from 173); Green value is 80 (31.64% from 255 or 46.24% from 173); Blue value is 71 (28.12% from 255 or 41.04% from 173); Max value from RGB is 80 - color contains mainly: green. Hex color #165047 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165047 is #E9AFB8. Grayscale: #3D3D3D. Windows color (decimal): -15314873 or 4673558. OLE color: 4673558.

HSL color Cylindrical-coordinate representation of color #165047: hue angle of 170.69º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #165047 is Cyan = 0.72, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.69.

Color convert

RGB 22 80 71 -
CMYK 0.72 0 0.11 0.69
HSL 170.69º 0.57% 0.2% -
HSV(B) 170.69º 0.73% 0.31% -
XYZ 4.34 6.36 6.96 -
YUV 61.63 133.28 99.73 -
System Red Green Blue C M Y K H S L
Decimal 22 80 71 0.72 0 0.11 0.69 170.69 0.57 0.2
Hex 16 50 47 48 0 B 45 AB 39 14
Octal 26 120 107 110 0 13 105 253 71 24
Binary 10110 1010000 1000111 1001000 0 1011 1000101 10101011 111001 10100

Color Harmonies of #165047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165047

Black with #165047

Text Example


Text Example

White with #165047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165047; }

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

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

background-color css

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

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

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

border-color css

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

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

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