Html Css Color HEX #165347 Deep Teal

📋 copy color: '#165347'

red 22 ◦ green 83 ◦ blue 71

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

Shades of Deep Teal #165347

Tints of Deep Teal #165347

RGB

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

 GREEN value IS 83 (32.81% from 255) = 47.16%

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

R = 12.5%
G = 47.16%
B = 40.34%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#165347 (or 0x165347) is known color: Deep Teal. HEX triplet: 16, 53 and 47. RGB value is (22,83,71). Sum of RGB (Red+Green+Blue) = 22+83+71=176 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.5% from 176); Green value is 83 (32.81% from 255 or 47.16% from 176); Blue value is 71 (28.12% from 255 or 40.34% from 176); Max value from RGB is 83 - color contains mainly: green. Hex color #165347 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165347 is #E9ACB8. Grayscale: #3F3F3F. Windows color (decimal): -15314105 or 4674326. OLE color: 4674326.

HSL color Cylindrical-coordinate representation of color #165347: hue angle of 168.2º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #165347 is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB 22 83 71 -
CMYK 0.73 0 0.14 0.67
HSL 168.2º 0.58% 0.21% -
HSV(B) 168.2º 0.73% 0.33% -
XYZ 4.56 6.81 7.04 -
YUV 63.39 132.29 98.48 -
System Red Green Blue C M Y K H S L
Decimal 22 83 71 0.73 0 0.14 0.67 168.2 0.58 0.21
Hex 16 53 47 49 0 E 43 A8 3A 15
Octal 26 123 107 111 0 16 103 250 72 25
Binary 10110 1010011 1000111 1001001 0 1110 1000011 10101000 111010 10101

Color Harmonies of #165347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165347

Black with #165347

Text Example


Text Example

White with #165347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165347; }

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

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

background-color css

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

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

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

border-color css

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

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

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