Html Css Color HEX #0C513E Deep Teal

📋 copy color: '#0C513E'

red 12 ◦ green 81 ◦ blue 62

#0C513E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Teal #0C513E

Tints of Deep Teal #0C513E

RGB

 RED value IS 12 (5.08% from 255) = 7.74%

 GREEN value IS 81 (32.03% from 255) = 52.26%

 BLUE value IS 62 (24.61% from 255) = 40%

R = 7.74%
G = 52.26%
B = 40%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.23

 K value IS 0.68

RGB Variations

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

Color information

#0C513E (or 0x0C513E) is known color: Deep Teal. HEX triplet: 0C, 51 and 3E. RGB value is (12,81,62). Sum of RGB (Red+Green+Blue) = 12+81+62=155 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.74% from 155); Green value is 81 (32.03% from 255 or 52.26% from 155); Blue value is 62 (24.61% from 255 or 40% from 155); Max value from RGB is 81 - color contains mainly: green. Hex color #0C513E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C513E is #F3AEC1. Grayscale: #3A3A3A. Windows color (decimal): -15969986 or 4083980. OLE color: 4083980.

HSL color Cylindrical-coordinate representation of color #0C513E: hue angle of 163.48º 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 #0C513E is Cyan = 0.85, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.68.

Color convert

RGB 12 81 62 -
CMYK 0.85 0 0.23 0.68
HSL 163.48º 0.74% 0.18% -
HSV(B) 163.48º 0.85% 0.32% -
XYZ 3.96 6.31 5.57 -
YUV 58.2 130.14 95.04 -
System Red Green Blue C M Y K H S L
Decimal 12 81 62 0.85 0 0.23 0.68 163.48 0.74 0.18
Hex C 51 3E 55 0 17 44 A3 4A 12
Octal 14 121 76 125 0 27 104 243 112 22
Binary 1100 1010001 111110 1010101 0 10111 1000100 10100011 1001010 10010

Color Harmonies of #0C513E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C513E

Black with #0C513E

Text Example


Text Example

White with #0C513E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0C513E;
 }
 .AnyTagClassName
 {
   color: #0C513E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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