#123832

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

Shades of Deep Teal #123832

Tints of Deep Teal #123832

Color information

#123832 (or 0x123832) is unknown color: approx Deep Teal. HEX triplet: 12, 38 and 32. RGB value is (18,56,50). Sum of RGB (Red+Green+Blue) = 18+56+50=124 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.52% from 124); Green value is 56 (22.27% from 255 or 45.16% from 124); Blue value is 50 (19.92% from 255 or 40.32% from 124); Max value from RGB is 56 - color contains mainly: green. Hex color #123832 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123832 is #EDC7CD. Grayscale: #2B2B2B. Windows color (decimal): -15583182 or 3291154. OLE color: 3291154.

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

Color convert

RGB185650-
CMYK0.6800.110.78
HSL170.53º51.35%14.51%-
HSV(B)170.53º67.86%21.96%-
XYZ2.243.193.51-
YUV43.95131.41109.49-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.52%
GREEN value IS 56 (22.27% from 255) = 45.16%
BLUE value IS 50 (19.92% from 255) = 40.32%
R=14.52%
G=45.16%
B=40.32%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1856500.6800.110.78170.5351.3514.51
Hex123832440B4Eab33f
Octal2270621040131162536317
Binary100101110001100101000100010111001110101010111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123832; }

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

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

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

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

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

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

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

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