#0C3431

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

Shades of Deep Teal #0C3431

Tints of Deep Teal #0C3431

Color information

#0C3431 (or 0x0C3431) is unknown color: approx Deep Teal. HEX triplet: 0C, 34 and 31. RGB value is (12,52,49). Sum of RGB (Red+Green+Blue) = 12+52+49=113 (14% of max value = 765). Red value is 12 (5.08% from 255 or 10.62% from 113); Green value is 52 (20.70% from 255 or 46.02% from 113); Blue value is 49 (19.53% from 255 or 43.36% from 113); Max value from RGB is 52 - color contains mainly: green. Hex color #0C3431 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3431 is #F3CBCE. Grayscale: #272727. Windows color (decimal): -15977423 or 3224588. OLE color: 3224588.

HSL color Cylindrical-coordinate representation of color #0C3431: hue angle of 175.5º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0C3431 is Cyan = 0.77, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.80.

Color convert

RGB125249-
CMYK0.7700.060.80
HSL175.5º62.5%12.55%-
HSV(B)175.5º76.92%20.39%-
XYZ1.932.763.34-
YUV39.7133.25108.24-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 10.62%
GREEN value IS 52 (20.70% from 255) = 46.02%
BLUE value IS 49 (19.53% from 255) = 43.36%
R=10.62%
G=46.02%
B=43.36%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1252490.7700.060.80175.562.512.55
HexC34314D0650b03ed
Octal146461115061202607615
Binary1100110100110001100110101101010000101100001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,52,49); }

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

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

 a { background-color: rgb(12,52,49); }

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

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

 span { border-color: rgb(12,52,49); }

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