#163834

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

Shades of Deep Teal #163834

Tints of Deep Teal #163834

Color information

#163834 (or 0x163834) is unknown color: approx Deep Teal. HEX triplet: 16, 38 and 34. RGB value is (22,56,52). Sum of RGB (Red+Green+Blue) = 22+56+52=130 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.92% from 130); Green value is 56 (22.27% from 255 or 43.08% from 130); Blue value is 52 (20.70% from 255 or 40% from 130); Max value from RGB is 56 - color contains mainly: green. Hex color #163834 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163834 is #E9C7CB. Grayscale: #2D2D2D. Windows color (decimal): -15321036 or 3422230. OLE color: 3422230.

HSL color Cylindrical-coordinate representation of color #163834: hue angle of 172.94º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #163834 is Cyan = 0.61, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.78.

Color convert

RGB225652-
CMYK0.6100.070.78
HSL172.94º43.59%15.29%-
HSV(B)172.94º60.71%21.96%-
XYZ2.363.253.75-
YUV45.38131.74111.33-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.92%
GREEN value IS 56 (22.27% from 255) = 43.08%
BLUE value IS 52 (20.70% from 255) = 40%
R=16.92%
G=43.08%
B=40%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2256520.6100.070.78172.9443.5915.29
Hex1638343D074Ead2cf
Octal26706475071162555417
Binary1011011100011010011110101111001110101011011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163834; }

 p { color: rgb(22,56,52); }

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

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

 a { background-color: rgb(22,56,52); }

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

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

 span { border-color: rgb(22,56,52); }

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