Html Css Color HEX #165443 Deep Teal

📋 copy color: '#165443'

red 22 ◦ green 84 ◦ blue 67

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

Shades of Deep Teal #165443

Tints of Deep Teal #165443

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 38.73%

R = 12.72%
G = 48.55%
B = 38.73%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#165443 (or 0x165443) is known color: Deep Teal. HEX triplet: 16, 54 and 43. RGB value is (22,84,67). Sum of RGB (Red+Green+Blue) = 22+84+67=173 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.72% from 173); Green value is 84 (33.20% from 255 or 48.55% from 173); Blue value is 67 (26.56% from 255 or 38.73% from 173); Max value from RGB is 84 - color contains mainly: green. Hex color #165443 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165443 is #E9ABBC. Grayscale: #3F3F3F. Windows color (decimal): -15313853 or 4412438. OLE color: 4412438.

HSL color Cylindrical-coordinate representation of color #165443: hue angle of 163.55º 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 #165443 is Cyan = 0.74, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB 22 84 67 -
CMYK 0.74 0 0.20 0.67
HSL 163.55º 0.58% 0.21% -
HSV(B) 163.55º 0.74% 0.33% -
XYZ 4.51 6.92 6.41 -
YUV 63.52 129.96 98.38 -
System Red Green Blue C M Y K H S L
Decimal 22 84 67 0.74 0 0.20 0.67 163.55 0.58 0.21
Hex 16 54 43 4A 0 14 43 A4 3A 15
Octal 26 124 103 112 0 24 103 244 72 25
Binary 10110 1010100 1000011 1001010 0 10100 1000011 10100100 111010 10101

Color Harmonies of #165443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165443

Black with #165443

Text Example


Text Example

White with #165443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165443; }

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

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

background-color css

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

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

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

border-color css

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

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

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