#0C403A

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

Shades of Deep Teal #0C403A

Tints of Deep Teal #0C403A

Color information

#0C403A (or 0x0C403A) is unknown color: approx Deep Teal. HEX triplet: 0C, 40 and 3A. RGB value is (12,64,58). Sum of RGB (Red+Green+Blue) = 12+64+58=134 (17% of max value = 765). Red value is 12 (5.08% from 255 or 8.96% from 134); Green value is 64 (25.39% from 255 or 47.76% from 134); Blue value is 58 (23.05% from 255 or 43.28% from 134); Max value from RGB is 64 - color contains mainly: green. Hex color #0C403A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C403A is #F3BFC5. Grayscale: #2F2F2F. Windows color (decimal): -15974342 or 3817484. OLE color: 3817484.

HSL color Cylindrical-coordinate representation of color #0C403A: hue angle of 173.08º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0C403A is Cyan = 0.81, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.75.

Color convert

RGB126458-
CMYK0.8100.090.75
HSL173.08º68.42%14.9%-
HSV(B)173.08º81.25%25.1%-
XYZ2.754.054.64-
YUV47.77133.77102.49-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.96%
GREEN value IS 64 (25.39% from 255) = 47.76%
BLUE value IS 58 (23.05% from 255) = 43.28%
R=8.96%
G=47.76%
B=43.28%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1264580.8100.090.75173.0868.4214.9
HexC403A51094Bad44f
Octal141007212101111325510417
Binary1100100000011101010100010100110010111010110110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C403A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C403A; }

 p { color: rgb(12,64,58); }

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

<style>
 a { background-color: #0C403A; }

 a { background-color: rgb(12,64,58); }

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

<style>
 span { border-color: #0C403A; }

 span { border-color: rgb(12,64,58); }

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