Html Css Color HEX #165140 Deep Teal

📋 copy color: '#165140'

red 22 ◦ green 81 ◦ blue 64

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

Shades of Deep Teal #165140

Tints of Deep Teal #165140

RGB

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

 GREEN value IS 81 (32.03% from 255) = 48.5%

 BLUE value IS 64 (25.39% from 255) = 38.32%

R = 13.17%
G = 48.5%
B = 38.32%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.21

 K value IS 0.68

RGB Variations

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

Color information

#165140 (or 0x165140) is known color: Deep Teal. HEX triplet: 16, 51 and 40. RGB value is (22,81,64). Sum of RGB (Red+Green+Blue) = 22+81+64=167 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.17% from 167); Green value is 81 (32.03% from 255 or 48.50% from 167); Blue value is 64 (25.39% from 255 or 38.32% from 167); Max value from RGB is 81 - color contains mainly: green. Hex color #165140 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165140 is #E9AEBF. Grayscale: #3D3D3D. Windows color (decimal): -15314624 or 4215062. OLE color: 4215062.

HSL color Cylindrical-coordinate representation of color #165140: hue angle of 162.71º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #165140 is Cyan = 0.73, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.68.

Color convert

RGB 22 81 64 -
CMYK 0.73 0 0.21 0.68
HSL 162.71º 0.57% 0.2% -
HSV(B) 162.71º 0.73% 0.32% -
XYZ 4.2 6.43 5.87 -
YUV 61.42 129.45 99.88 -
System Red Green Blue C M Y K H S L
Decimal 22 81 64 0.73 0 0.21 0.68 162.71 0.57 0.2
Hex 16 51 40 49 0 15 44 A3 39 14
Octal 26 121 100 111 0 25 104 243 71 24
Binary 10110 1010001 1000000 1001001 0 10101 1000100 10100011 111001 10100

Color Harmonies of #165140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165140

Black with #165140

Text Example


Text Example

White with #165140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165140; }

 p { color: rgb(22,81,64); }

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

background-color css

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

 a { background-color: rgb(22,81,64); }

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

border-color css

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

 span { border-color: rgb(22,81,64); }

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