#12433A

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

Shades of Deep Teal #12433A

Tints of Deep Teal #12433A

Color information

#12433A (or 0x12433A) is unknown color: approx Deep Teal. HEX triplet: 12, 43 and 3A. RGB value is (18,67,58). Sum of RGB (Red+Green+Blue) = 18+67+58=143 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.59% from 143); Green value is 67 (26.56% from 255 or 46.85% from 143); Blue value is 58 (23.05% from 255 or 40.56% from 143); Max value from RGB is 67 - color contains mainly: green. Hex color #12433A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12433A is #EDBCC5. Grayscale: #333333. Windows color (decimal): -15580358 or 3818258. OLE color: 3818258.

HSL color Cylindrical-coordinate representation of color #12433A: hue angle of 168.98º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #12433A is Cyan = 0.73, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.74.

Color convert

RGB186758-
CMYK0.7300.130.74
HSL168.98º57.65%16.67%-
HSV(B)168.98º73.13%26.27%-
XYZ3.024.454.7-
YUV51.32131.77104.23-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.59%
GREEN value IS 67 (26.56% from 255) = 46.85%
BLUE value IS 58 (23.05% from 255) = 40.56%
R=12.59%
G=46.85%
B=40.56%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1867580.7300.130.74168.9857.6516.67
Hex12433A490D4Aa93a11
Octal22103721110151122517221
Binary10010100001111101010010010110110010101010100111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12433A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12433A; }

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

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

<style>
 a { background-color: #12433A; }

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

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

<style>
 span { border-color: #12433A; }

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

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