Html Css Color HEX #165448 Deep Teal

📋 copy color: '#165448'

red 22 ◦ green 84 ◦ blue 72

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

Shades of Deep Teal #165448

Tints of Deep Teal #165448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 40.45%

R = 12.36%
G = 47.19%
B = 40.45%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#165448 (or 0x165448) is known color: Deep Teal. HEX triplet: 16, 54 and 48. RGB value is (22,84,72). Sum of RGB (Red+Green+Blue) = 22+84+72=178 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.36% from 178); Green value is 84 (33.20% from 255 or 47.19% from 178); Blue value is 72 (28.52% from 255 or 40.45% from 178); Max value from RGB is 84 - color contains mainly: green. Hex color #165448 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165448 is #E9ABB7. Grayscale: #404040. Windows color (decimal): -15313848 or 4740118. OLE color: 4740118.

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

Color convert

RGB 22 84 72 -
CMYK 0.74 0 0.14 0.67
HSL 168.39º 0.58% 0.21% -
HSV(B) 168.39º 0.74% 0.33% -
XYZ 4.67 6.98 7.23 -
YUV 64.09 132.46 97.98 -
System Red Green Blue C M Y K H S L
Decimal 22 84 72 0.74 0 0.14 0.67 168.39 0.58 0.21
Hex 16 54 48 4A 0 E 43 A8 3A 15
Octal 26 124 110 112 0 16 103 250 72 25
Binary 10110 1010100 1001000 1001010 0 1110 1000011 10101000 111010 10101

Color Harmonies of #165448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165448

Black with #165448

Text Example


Text Example

White with #165448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165448; }

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

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

background-color css

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

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

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

border-color css

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

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

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