#0C342E

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

Shades of Deep Teal #0C342E

Tints of Deep Teal #0C342E

Color information

#0C342E (or 0x0C342E) is unknown color: approx Deep Teal. HEX triplet: 0C, 34 and 2E. RGB value is (12,52,46). Sum of RGB (Red+Green+Blue) = 12+52+46=110 (14% of max value = 765). Red value is 12 (5.08% from 255 or 10.91% from 110); Green value is 52 (20.70% from 255 or 47.27% from 110); Blue value is 46 (18.36% from 255 or 41.82% from 110); Max value from RGB is 52 - color contains mainly: green. Hex color #0C342E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C342E is #F3CBD1. Grayscale: #272727. Windows color (decimal): -15977426 or 3027980. OLE color: 3027980.

HSL color Cylindrical-coordinate representation of color #0C342E: hue angle of 171º 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 #0C342E is Cyan = 0.77, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.80.

Color convert

RGB125246-
CMYK0.7700.120.80
HSL171º62.5%12.55%-
HSV(B)171º76.92%20.39%-
XYZ1.872.733.01-
YUV39.36131.75108.49-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 10.91%
GREEN value IS 52 (20.70% from 255) = 47.27%
BLUE value IS 46 (18.36% from 255) = 41.82%
R=10.91%
G=47.27%
B=41.82%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1252460.7700.120.8017162.512.55
HexC342E4D0C50ab3ed
Octal1464561150141202537615
Binary11001101001011101001101011001010000101010111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C342E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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