#123831

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

Shades of Deep Teal #123831

Tints of Deep Teal #123831

Color information

#123831 (or 0x123831) is unknown color: approx Deep Teal. HEX triplet: 12, 38 and 31. RGB value is (18,56,49). Sum of RGB (Red+Green+Blue) = 18+56+49=123 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.63% from 123); Green value is 56 (22.27% from 255 or 45.53% from 123); Blue value is 49 (19.53% from 255 or 39.84% from 123); Max value from RGB is 56 - color contains mainly: green. Hex color #123831 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123831 is #EDC7CE. Grayscale: #2B2B2B. Windows color (decimal): -15583183 or 3225618. OLE color: 3225618.

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

Color convert

RGB185649-
CMYK0.6800.120.78
HSL168.95º51.35%14.51%-
HSV(B)168.95º67.86%21.96%-
XYZ2.223.183.4-
YUV43.84130.91109.57-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.63%
GREEN value IS 56 (22.27% from 255) = 45.53%
BLUE value IS 49 (19.53% from 255) = 39.84%
R=14.63%
G=45.53%
B=39.84%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1856490.6800.120.78168.9551.3514.51
Hex123831440C4Ea933f
Octal2270611040141162516317
Binary100101110001100011000100011001001110101010011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123831; }

 p { color: rgb(18,56,49); }

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

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

 a { background-color: rgb(18,56,49); }

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

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

 span { border-color: rgb(18,56,49); }

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