#123733

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

Shades of Deep Teal #123733

Tints of Deep Teal #123733

Color information

#123733 (or 0x123733) is unknown color: approx Deep Teal. HEX triplet: 12, 37 and 33. RGB value is (18,55,51). Sum of RGB (Red+Green+Blue) = 18+55+51=124 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.52% from 124); Green value is 55 (21.88% from 255 or 44.35% from 124); Blue value is 51 (20.31% from 255 or 41.13% from 124); Max value from RGB is 55 - color contains mainly: green. Hex color #123733 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123733 is #EDC8CC. Grayscale: #2B2B2B. Windows color (decimal): -15583437 or 3356434. OLE color: 3356434.

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

Color convert

RGB185551-
CMYK0.6700.070.78
HSL173.51º50.68%14.31%-
HSV(B)173.51º67.27%21.57%-
XYZ2.213.13.61-
YUV43.48132.24109.83-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.52%
GREEN value IS 55 (21.88% from 255) = 44.35%
BLUE value IS 51 (20.31% from 255) = 41.13%
R=14.52%
G=44.35%
B=41.13%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1855510.6700.070.78173.5150.6814.31
Hex12373343074Eae33e
Octal226763103071162566316
Binary10010110111110011100001101111001110101011101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123733; }

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

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

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

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

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

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

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

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