#0C4A3B

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

Shades of Deep Teal #0C4A3B

Tints of Deep Teal #0C4A3B

Color information

#0C4A3B (or 0x0C4A3B) is unknown color: approx Deep Teal. HEX triplet: 0C, 4A and 3B. RGB value is (12,74,59). Sum of RGB (Red+Green+Blue) = 12+74+59=145 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.28% from 145); Green value is 74 (29.30% from 255 or 51.03% from 145); Blue value is 59 (23.44% from 255 or 40.69% from 145); Max value from RGB is 74 - color contains mainly: green. Hex color #0C4A3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4A3B is #F3B5C4. Grayscale: #353535. Windows color (decimal): -15971781 or 3885580. OLE color: 3885580.

HSL color Cylindrical-coordinate representation of color #0C4A3B: hue angle of 165.48º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C4A3B is Cyan = 0.84, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.71.

Color convert

RGB127459-
CMYK0.8400.200.71
HSL165.48º72.09%16.86%-
HSV(B)165.48º83.78%29.02%-
XYZ3.395.294.98-
YUV53.75130.9698.22-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.28%
GREEN value IS 74 (29.30% from 255) = 51.03%
BLUE value IS 59 (23.44% from 255) = 40.69%
R=8.28%
G=51.03%
B=40.69%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1274590.8400.200.71165.4872.0916.86
HexC4A3B5401447a54811
Octal141127312402410724511021
Binary110010010101110111010100010100100011110100101100100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,74,59); }

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

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

 a { background-color: rgb(12,74,59); }

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

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

 span { border-color: rgb(12,74,59); }

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