#123E38

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

Shades of Deep Teal #123E38

Tints of Deep Teal #123E38

Color information

#123E38 (or 0x123E38) is unknown color: approx Deep Teal. HEX triplet: 12, 3E and 38. RGB value is (18,62,56). Sum of RGB (Red+Green+Blue) = 18+62+56=136 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.24% from 136); Green value is 62 (24.61% from 255 or 45.59% from 136); Blue value is 56 (22.27% from 255 or 41.18% from 136); Max value from RGB is 62 - color contains mainly: green. Hex color #123E38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123E38 is #EDC1C7. Grayscale: #303030. Windows color (decimal): -15581640 or 3685906. OLE color: 3685906.

HSL color Cylindrical-coordinate representation of color #123E38: hue angle of 171.82º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #123E38 is Cyan = 0.71, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.76.

Color convert

RGB186256-
CMYK0.7100.100.76
HSL171.82º55%15.69%-
HSV(B)171.82º70.97%24.31%-
XYZ2.693.864.34-
YUV48.16132.42106.49-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.24%
GREEN value IS 62 (24.61% from 255) = 45.59%
BLUE value IS 56 (22.27% from 255) = 41.18%
R=13.24%
G=45.59%
B=41.18%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1862560.7100.100.76171.825515.69
Hex123E38470A4Cac3710
Octal2276701070121142546720
Binary1001011111011100010001110101010011001010110011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123E38; }

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

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

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

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

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

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

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

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