#0C392F

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

Shades of Deep Teal #0C392F

Tints of Deep Teal #0C392F

Color information

#0C392F (or 0x0C392F) is unknown color: approx Deep Teal. HEX triplet: 0C, 39 and 2F. RGB value is (12,57,47). Sum of RGB (Red+Green+Blue) = 12+57+47=116 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.34% from 116); Green value is 57 (22.66% from 255 or 49.14% from 116); Blue value is 47 (18.75% from 255 or 40.52% from 116); Max value from RGB is 57 - color contains mainly: green. Hex color #0C392F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C392F is #F3C6D0. Grayscale: #2A2A2A. Windows color (decimal): -15976145 or 3094796. OLE color: 3094796.

HSL color Cylindrical-coordinate representation of color #0C392F: hue angle of 166.67º degrees, saturation: 0.65, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0C392F is Cyan = 0.79, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.78.

Color convert

RGB125747-
CMYK0.7900.180.78
HSL166.67º65.22%13.53%-
HSV(B)166.67º78.95%22.35%-
XYZ2.133.213.2-
YUV42.4130.59106.31-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 10.34%
GREEN value IS 57 (22.66% from 255) = 49.14%
BLUE value IS 47 (18.75% from 255) = 40.52%
R=10.34%
G=49.14%
B=40.52%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1257470.7900.180.78166.6765.2213.53
HexC392F4F0124Ea741e
Octal14715711702211624710116
Binary1100111001101111100111101001010011101010011110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C392F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,57,47); }

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

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

 a { background-color: rgb(12,57,47); }

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

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

 span { border-color: rgb(12,57,47); }

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