#183932

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

Shades of Deep Teal #183932

Tints of Deep Teal #183932

Color information

#183932 (or 0x183932) is unknown color: approx Deep Teal. HEX triplet: 18, 39 and 32. RGB value is (24,57,50). Sum of RGB (Red+Green+Blue) = 24+57+50=131 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.32% from 131); Green value is 57 (22.66% from 255 or 43.51% from 131); Blue value is 50 (19.92% from 255 or 38.17% from 131); Max value from RGB is 57 - color contains mainly: green. Hex color #183932 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183932 is #E7C6CD. Grayscale: #2E2E2E. Windows color (decimal): -15189710 or 3291416. OLE color: 3291416.

HSL color Cylindrical-coordinate representation of color #183932: hue angle of 167.27º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #183932 is Cyan = 0.58, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.78.

Color convert

RGB245750-
CMYK0.5800.120.78
HSL167.27º40.74%15.88%-
HSV(B)167.27º57.89%22.35%-
XYZ2.423.353.54-
YUV46.34130.07112.07-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.32%
GREEN value IS 57 (22.66% from 255) = 43.51%
BLUE value IS 50 (19.92% from 255) = 38.17%
R=18.32%
G=43.51%
B=38.17%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2457500.5800.120.78167.2740.7415.88
Hex1839323A0C4Ea72910
Octal307162720141162475120
Binary110001110011100101110100110010011101010011110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183932; }

 p { color: rgb(24,57,50); }

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

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

 a { background-color: rgb(24,57,50); }

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

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

 span { border-color: rgb(24,57,50); }

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