Html Css Color HEX #165246 Deep Teal

📋 copy color: '#165246'

red 22 ◦ green 82 ◦ blue 70

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

Shades of Deep Teal #165246

Tints of Deep Teal #165246

RGB

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

 GREEN value IS 82 (32.42% from 255) = 47.13%

 BLUE value IS 70 (27.73% from 255) = 40.23%

R = 12.64%
G = 47.13%
B = 40.23%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.15

 K value IS 0.68

RGB Variations

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

Color information

#165246 (or 0x165246) is known color: Deep Teal. HEX triplet: 16, 52 and 46. RGB value is (22,82,70). Sum of RGB (Red+Green+Blue) = 22+82+70=174 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.64% from 174); Green value is 82 (32.42% from 255 or 47.13% from 174); Blue value is 70 (27.73% from 255 or 40.23% from 174); Max value from RGB is 82 - color contains mainly: green. Hex color #165246 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165246 is #E9ADB9. Grayscale: #3E3E3E. Windows color (decimal): -15314362 or 4608534. OLE color: 4608534.

HSL color Cylindrical-coordinate representation of color #165246: hue angle of 168º degrees, saturation: 0.58, 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 #165246 is Cyan = 0.73, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.68.

Color convert

RGB 22 82 70 -
CMYK 0.73 0 0.15 0.68
HSL 168º 0.58% 0.2% -
HSV(B) 168º 0.73% 0.32% -
XYZ 4.45 6.65 6.84 -
YUV 62.69 132.12 98.98 -
System Red Green Blue C M Y K H S L
Decimal 22 82 70 0.73 0 0.15 0.68 168 0.58 0.2
Hex 16 52 46 49 0 F 44 A8 3A 14
Octal 26 122 106 111 0 17 104 250 72 24
Binary 10110 1010010 1000110 1001001 0 1111 1000100 10101000 111010 10100

Color Harmonies of #165246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165246

Black with #165246

Text Example


Text Example

White with #165246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165246; }

 p { color: rgb(22,82,70); }

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

background-color css

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

 a { background-color: rgb(22,82,70); }

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

border-color css

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

 span { border-color: rgb(22,82,70); }

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