#12423B

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

Shades of Deep Teal #12423B

Tints of Deep Teal #12423B

Color information

#12423B (or 0x12423B) is unknown color: approx Deep Teal. HEX triplet: 12, 42 and 3B. RGB value is (18,66,59). Sum of RGB (Red+Green+Blue) = 18+66+59=143 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.59% from 143); Green value is 66 (26.17% from 255 or 46.15% from 143); Blue value is 59 (23.44% from 255 or 41.26% from 143); Max value from RGB is 66 - color contains mainly: green. Hex color #12423B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12423B is #EDBDC4. Grayscale: #323232. Windows color (decimal): -15580613 or 3883538. OLE color: 3883538.

HSL color Cylindrical-coordinate representation of color #12423B: hue angle of 171.25º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #12423B is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.74.

Color convert

RGB186659-
CMYK0.7300.110.74
HSL171.25º57.14%16.47%-
HSV(B)171.25º72.73%25.88%-
XYZ2.994.344.82-
YUV50.85132.6104.57-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.59%
GREEN value IS 66 (26.17% from 255) = 46.15%
BLUE value IS 59 (23.44% from 255) = 41.26%
R=12.59%
G=46.15%
B=41.26%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1866590.7300.110.74171.2557.1416.47
Hex12423B490B4Aab3910
Octal22102731110131122537120
Binary10010100001011101110010010101110010101010101111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12423B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12423B; }

 p { color: rgb(18,66,59); }

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

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

 a { background-color: rgb(18,66,59); }

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

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

 span { border-color: rgb(18,66,59); }

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