#183935

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

Shades of Deep Teal #183935

Tints of Deep Teal #183935

Color information

#183935 (or 0x183935) is unknown color: approx Deep Teal. HEX triplet: 18, 39 and 35. RGB value is (24,57,53). Sum of RGB (Red+Green+Blue) = 24+57+53=134 (17% of max value = 765). Red value is 24 (9.77% from 255 or 17.91% from 134); Green value is 57 (22.66% from 255 or 42.54% from 134); Blue value is 53 (21.09% from 255 or 39.55% from 134); Max value from RGB is 57 - color contains mainly: green. Hex color #183935 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183935 is #E7C6CA. Grayscale: #2E2E2E. Windows color (decimal): -15189707 or 3488024. OLE color: 3488024.

HSL color Cylindrical-coordinate representation of color #183935: hue angle of 172.73º 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 #183935 is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.78.

Color convert

RGB245753-
CMYK0.5800.070.78
HSL172.73º40.74%15.88%-
HSV(B)172.73º57.89%22.35%-
XYZ2.483.383.89-
YUV46.68131.57111.83-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.91%
GREEN value IS 57 (22.66% from 255) = 42.54%
BLUE value IS 53 (21.09% from 255) = 39.55%
R=17.91%
G=42.54%
B=39.55%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2457530.5800.070.78172.7340.7415.88
Hex1839353A074Ead2910
Octal30716572071162555120
Binary11000111001110101111010011110011101010110110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183935; }

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

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

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

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

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

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

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

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