Html Css Color HEX #165449 Deep Teal

📋 copy color: '#165449'

red 22 ◦ green 84 ◦ blue 73

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

Shades of Deep Teal #165449

Tints of Deep Teal #165449

RGB

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

 GREEN value IS 84 (33.2% from 255) = 46.93%

 BLUE value IS 73 (28.91% from 255) = 40.78%

R = 12.29%
G = 46.93%
B = 40.78%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#165449 (or 0x165449) is known color: Deep Teal. HEX triplet: 16, 54 and 49. RGB value is (22,84,73). Sum of RGB (Red+Green+Blue) = 22+84+73=179 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.29% from 179); Green value is 84 (33.20% from 255 or 46.93% from 179); Blue value is 73 (28.91% from 255 or 40.78% from 179); Max value from RGB is 84 - color contains mainly: green. Hex color #165449 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165449 is #E9ABB6. Grayscale: #404040. Windows color (decimal): -15313847 or 4805654. OLE color: 4805654.

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

Color convert

RGB 22 84 73 -
CMYK 0.74 0 0.13 0.67
HSL 169.35º 0.58% 0.21% -
HSV(B) 169.35º 0.74% 0.33% -
XYZ 4.7 6.99 7.41 -
YUV 64.21 132.96 97.89 -
System Red Green Blue C M Y K H S L
Decimal 22 84 73 0.74 0 0.13 0.67 169.35 0.58 0.21
Hex 16 54 49 4A 0 D 43 A9 3A 15
Octal 26 124 111 112 0 15 103 251 72 25
Binary 10110 1010100 1001001 1001010 0 1101 1000011 10101001 111010 10101

Color Harmonies of #165449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165449

Black with #165449

Text Example


Text Example

White with #165449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165449; }

 p { color: rgb(22,84,73); }

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

background-color css

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

 a { background-color: rgb(22,84,73); }

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

border-color css

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

 span { border-color: rgb(22,84,73); }

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