Html Css Color HEX #165442 Deep Teal

📋 copy color: '#165442'

red 22 ◦ green 84 ◦ blue 66

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

Shades of Deep Teal #165442

Tints of Deep Teal #165442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 38.37%

R = 12.79%
G = 48.84%
B = 38.37%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.21

 K value IS 0.67

RGB Variations

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

Color information

#165442 (or 0x165442) is known color: Deep Teal. HEX triplet: 16, 54 and 42. RGB value is (22,84,66). Sum of RGB (Red+Green+Blue) = 22+84+66=172 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.79% from 172); Green value is 84 (33.20% from 255 or 48.84% from 172); Blue value is 66 (26.17% from 255 or 38.37% from 172); Max value from RGB is 84 - color contains mainly: green. Hex color #165442 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165442 is #E9ABBD. Grayscale: #3F3F3F. Windows color (decimal): -15313854 or 4346902. OLE color: 4346902.

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

Color convert

RGB 22 84 66 -
CMYK 0.74 0 0.21 0.67
HSL 162.58º 0.58% 0.21% -
HSV(B) 162.58º 0.74% 0.33% -
XYZ 4.48 6.9 6.25 -
YUV 63.41 129.46 98.46 -
System Red Green Blue C M Y K H S L
Decimal 22 84 66 0.74 0 0.21 0.67 162.58 0.58 0.21
Hex 16 54 42 4A 0 15 43 A3 3A 15
Octal 26 124 102 112 0 25 103 243 72 25
Binary 10110 1010100 1000010 1001010 0 10101 1000011 10100011 111010 10101

Color Harmonies of #165442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165442

Black with #165442

Text Example


Text Example

White with #165442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165442; }

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

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

background-color css

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

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

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

border-color css

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

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

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