#123A37

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

Shades of Deep Teal #123A37

Tints of Deep Teal #123A37

Color information

#123A37 (or 0x123A37) is unknown color: approx Deep Teal. HEX triplet: 12, 3A and 37. RGB value is (18,58,55). Sum of RGB (Red+Green+Blue) = 18+58+55=131 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.74% from 131); Green value is 58 (23.05% from 255 or 44.27% from 131); Blue value is 55 (21.88% from 255 or 41.98% from 131); Max value from RGB is 58 - color contains mainly: green. Hex color #123A37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123A37 is #EDC5C8. Grayscale: #2D2D2D. Windows color (decimal): -15582665 or 3619346. OLE color: 3619346.

HSL color Cylindrical-coordinate representation of color #123A37: hue angle of 175.5º degrees, saturation: 0.53, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #123A37 is Cyan = 0.69, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.77.

Color convert

RGB185855-
CMYK0.6900.050.77
HSL175.5º52.63%14.9%-
HSV(B)175.5º68.97%22.75%-
XYZ2.453.434.15-
YUV45.7133.25108.24-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.74%
GREEN value IS 58 (23.05% from 255) = 44.27%
BLUE value IS 55 (21.88% from 255) = 41.98%
R=13.74%
G=44.27%
B=41.98%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1858550.6900.050.77175.552.6314.9
Hex123A3745054Db035f
Octal227267105051152606517
Binary10010111010110111100010101011001101101100001101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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