#165243

Color #165243 Deep Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Teal #165243

Tints of Deep Teal #165243

Color information

#165243 (or 0x165243) is unknown color: approx Deep Teal. HEX triplet: 16, 52 and 43. RGB value is (22,82,67). Sum of RGB (Red+Green+Blue) = 22+82+67=171 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.87% from 171); Green value is 82 (32.42% from 255 or 47.95% from 171); Blue value is 67 (26.56% from 255 or 39.18% from 171); Max value from RGB is 82 - color contains mainly: green. Hex color #165243 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165243 is #E9ADBC. Grayscale: #3E3E3E. Windows color (decimal): -15314365 or 4411926. OLE color: 4411926.

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

Color convert

RGB228267-
CMYK0.7300.180.68
HSL165º57.69%20.39%-
HSV(B)165º73.17%32.16%-
XYZ4.366.616.36-
YUV62.35130.6299.22-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.87%
GREEN value IS 82 (32.42% from 255) = 47.95%
BLUE value IS 67 (26.56% from 255) = 39.18%
R=12.87%
G=47.95%
B=39.18%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2282670.7300.180.6816557.6920.39
Hex1652434901244a53a14
Octal261221031110221042457224
Binary1011010100101000011100100101001010001001010010111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165243; }

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

 H1.HeaderClassName
 {
   color: #165243;
 }
 .AnyTagClassName
 {
   color: #165243;
 }
</style>
background-color css

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

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

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

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

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

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