Html Css Color HEX #0C493D Deep Teal

📋 copy color: '#0C493D'

red 12 ◦ green 73 ◦ blue 61

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

Shades of Deep Teal #0C493D

Tints of Deep Teal #0C493D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 50%

 BLUE value IS 61 (24.22% from 255) = 41.78%

R = 8.22%
G = 50%
B = 41.78%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.16

 K value IS 0.71

RGB Variations

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

Color information

#0C493D (or 0x0C493D) is known color: Deep Teal. HEX triplet: 0C, 49 and 3D. RGB value is (12,73,61). Sum of RGB (Red+Green+Blue) = 12+73+61=146 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.22% from 146); Green value is 73 (28.91% from 255 or 50% from 146); Blue value is 61 (24.22% from 255 or 41.78% from 146); Max value from RGB is 73 - color contains mainly: green. Hex color #0C493D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C493D is #F3B6C2. Grayscale: #353535. Windows color (decimal): -15972035 or 4016396. OLE color: 4016396.

HSL color Cylindrical-coordinate representation of color #0C493D: hue angle of 168.2º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C493D is Cyan = 0.84, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.71.

Color convert

RGB 12 73 61 -
CMYK 0.84 0 0.16 0.71
HSL 168.2º 0.72% 0.17% -
HSV(B) 168.2º 0.84% 0.29% -
XYZ 3.38 5.18 5.24 -
YUV 53.39 132.29 98.48 -
System Red Green Blue C M Y K H S L
Decimal 12 73 61 0.84 0 0.16 0.71 168.2 0.72 0.17
Hex C 49 3D 54 0 10 47 A8 48 11
Octal 14 111 75 124 0 20 107 250 110 21
Binary 1100 1001001 111101 1010100 0 10000 1000111 10101000 1001000 10001

Color Harmonies of #0C493D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C493D

Black with #0C493D

Text Example


Text Example

White with #0C493D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,73,61); }

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

background-color css

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

 a { background-color: rgb(12,73,61); }

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

border-color css

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

 span { border-color: rgb(12,73,61); }

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