#123A36

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

Shades of Deep Teal #123A36

Tints of Deep Teal #123A36

Color information

#123A36 (or 0x123A36) is unknown color: approx Deep Teal. HEX triplet: 12, 3A and 36. RGB value is (18,58,54). Sum of RGB (Red+Green+Blue) = 18+58+54=130 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.85% from 130); Green value is 58 (23.05% from 255 or 44.62% from 130); Blue value is 54 (21.48% from 255 or 41.54% from 130); Max value from RGB is 58 - color contains mainly: green. Hex color #123A36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123A36 is #EDC5C9. Grayscale: #2D2D2D. Windows color (decimal): -15582666 or 3553810. OLE color: 3553810.

HSL color Cylindrical-coordinate representation of color #123A36: hue angle of 174º 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 #123A36 is Cyan = 0.69, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.77.

Color convert

RGB185854-
CMYK0.6900.070.77
HSL174º52.63%14.9%-
HSV(B)174º68.97%22.75%-
XYZ2.433.424.02-
YUV45.58132.75108.33-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.85%
GREEN value IS 58 (23.05% from 255) = 44.62%
BLUE value IS 54 (21.48% from 255) = 41.54%
R=13.85%
G=44.62%
B=41.54%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1858540.6900.070.7717452.6314.9
Hex123A3645074Dae35f
Octal227266105071152566517
Binary10010111010110110100010101111001101101011101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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