#0C423B

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

Shades of Deep Teal #0C423B

Tints of Deep Teal #0C423B

Color information

#0C423B (or 0x0C423B) is unknown color: approx Deep Teal. HEX triplet: 0C, 42 and 3B. RGB value is (12,66,59). Sum of RGB (Red+Green+Blue) = 12+66+59=137 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.76% from 137); Green value is 66 (26.17% from 255 or 48.18% from 137); Blue value is 59 (23.44% from 255 or 43.07% from 137); Max value from RGB is 66 - color contains mainly: green. Hex color #0C423B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C423B is #F3BDC4. Grayscale: #313131. Windows color (decimal): -15973829 or 3883532. OLE color: 3883532.

HSL color Cylindrical-coordinate representation of color #0C423B: hue angle of 172.22º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0C423B is Cyan = 0.82, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.74.

Color convert

RGB126659-
CMYK0.8200.110.74
HSL172.22º69.23%15.29%-
HSV(B)172.22º81.82%25.88%-
XYZ2.894.294.81-
YUV49.06133.61101.57-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.76%
GREEN value IS 66 (26.17% from 255) = 48.18%
BLUE value IS 59 (23.44% from 255) = 43.07%
R=8.76%
G=48.18%
B=43.07%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1266590.8200.110.74172.2269.2315.29
HexC423B520B4Aac45f
Octal141027312201311225410517
Binary1100100001011101110100100101110010101010110010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C423B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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