#123833

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

Shades of Deep Teal #123833

Tints of Deep Teal #123833

Color information

#123833 (or 0x123833) is unknown color: approx Deep Teal. HEX triplet: 12, 38 and 33. RGB value is (18,56,51). Sum of RGB (Red+Green+Blue) = 18+56+51=125 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.4% from 125); Green value is 56 (22.27% from 255 or 44.8% from 125); Blue value is 51 (20.31% from 255 or 40.8% from 125); Max value from RGB is 56 - color contains mainly: green. Hex color #123833 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123833 is #EDC7CC. Grayscale: #2C2C2C. Windows color (decimal): -15583181 or 3356690. OLE color: 3356690.

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

Color convert

RGB185651-
CMYK0.6800.090.78
HSL172.11º51.35%14.51%-
HSV(B)172.11º67.86%21.96%-
XYZ2.263.23.63-
YUV44.07131.91109.41-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.4%
GREEN value IS 56 (22.27% from 255) = 44.8%
BLUE value IS 51 (20.31% from 255) = 40.8%
R=14.4%
G=44.8%
B=40.8%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1856510.6800.090.78172.1151.3514.51
Hex12383344094Eac33f
Octal2270631040111162546317
Binary100101110001100111000100010011001110101011001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123833; }

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

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

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

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

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

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

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

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