#0C523E

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

Shades of Deep Teal #0C523E

Tints of Deep Teal #0C523E

Color information

#0C523E (or 0x0C523E) is unknown color: approx Deep Teal. HEX triplet: 0C, 52 and 3E. RGB value is (12,82,62). Sum of RGB (Red+Green+Blue) = 12+82+62=156 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.69% from 156); Green value is 82 (32.42% from 255 or 52.56% from 156); Blue value is 62 (24.61% from 255 or 39.74% from 156); Max value from RGB is 82 - color contains mainly: green. Hex color #0C523E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C523E is #F3ADC1. Grayscale: #3A3A3A. Windows color (decimal): -15969730 or 4084236. OLE color: 4084236.

HSL color Cylindrical-coordinate representation of color #0C523E: hue angle of 162.86º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C523E is Cyan = 0.85, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.68.

Color convert

RGB128262-
CMYK0.8500.240.68
HSL162.86º74.47%18.43%-
HSV(B)162.86º85.37%32.16%-
XYZ4.046.465.59-
YUV58.79129.8194.63-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.69%
GREEN value IS 82 (32.42% from 255) = 52.56%
BLUE value IS 62 (24.61% from 255) = 39.74%
R=7.69%
G=52.56%
B=39.74%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1282620.8500.240.68162.8674.4718.43
HexC523E5501844a34a12
Octal141227612503010424311222
Binary110010100101111101010101011000100010010100011100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C523E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,82,62); }

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

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

 a { background-color: rgb(12,82,62); }

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

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

 span { border-color: rgb(12,82,62); }

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