#123F3A

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

Shades of Deep Teal #123F3A

Tints of Deep Teal #123F3A

Color information

#123F3A (or 0x123F3A) is unknown color: approx Deep Teal. HEX triplet: 12, 3F and 3A. RGB value is (18,63,58). Sum of RGB (Red+Green+Blue) = 18+63+58=139 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.95% from 139); Green value is 63 (25% from 255 or 45.32% from 139); Blue value is 58 (23.05% from 255 or 41.73% from 139); Max value from RGB is 63 - color contains mainly: green. Hex color #123F3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123F3A is #EDC0C5. Grayscale: #303030. Windows color (decimal): -15581382 or 3817234. OLE color: 3817234.

HSL color Cylindrical-coordinate representation of color #123F3A: hue angle of 173.33º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #123F3A is Cyan = 0.71, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.75.

Color convert

RGB186358-
CMYK0.7100.080.75
HSL173.33º55.56%15.88%-
HSV(B)173.33º71.43%24.71%-
XYZ2.793.994.63-
YUV48.97133.09105.91-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.95%
GREEN value IS 63 (25% from 255) = 45.32%
BLUE value IS 58 (23.05% from 255) = 41.73%
R=12.95%
G=45.32%
B=41.73%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1863580.7100.080.75173.3355.5615.88
Hex123F3A47084Bad3810
Octal2277721070101132557020
Binary1001011111111101010001110100010010111010110111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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