Html Css Color HEX #0C403A Deep Teal

📋 copy color: '#0C403A'

red 12 ◦ green 64 ◦ blue 58

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

Shades of Deep Teal #0C403A

Tints of Deep Teal #0C403A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 47.76%

 BLUE value IS 58 (23.05% from 255) = 43.28%

R = 8.96%
G = 47.76%
B = 43.28%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.09

 K value IS 0.75

RGB Variations

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

Color information

#0C403A (or 0x0C403A) is known color: Deep Teal. HEX triplet: 0C, 40 and 3A. RGB value is (12,64,58). Sum of RGB (Red+Green+Blue) = 12+64+58=134 (17% of max value = 765). Red value is 12 (5.08% from 255 or 8.96% from 134); Green value is 64 (25.39% from 255 or 47.76% from 134); Blue value is 58 (23.05% from 255 or 43.28% from 134); Max value from RGB is 64 - color contains mainly: green. Hex color #0C403A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C403A is #F3BFC5. Grayscale: #2F2F2F. Windows color (decimal): -15974342 or 3817484. OLE color: 3817484.

HSL color Cylindrical-coordinate representation of color #0C403A: hue angle of 173.08º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0C403A is Cyan = 0.81, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.75.

Color convert

RGB 12 64 58 -
CMYK 0.81 0 0.09 0.75
HSL 173.08º 0.68% 0.15% -
HSV(B) 173.08º 0.81% 0.25% -
XYZ 2.75 4.05 4.64 -
YUV 47.77 133.77 102.49 -
System Red Green Blue C M Y K H S L
Decimal 12 64 58 0.81 0 0.09 0.75 173.08 0.68 0.15
Hex C 40 3A 51 0 9 4B AD 44 F
Octal 14 100 72 121 0 11 113 255 104 17
Binary 1100 1000000 111010 1010001 0 1001 1001011 10101101 1000100 1111

Color Harmonies of #0C403A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C403A

Black with #0C403A

Text Example


Text Example

White with #0C403A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,64,58); }

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

background-color css

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

 a { background-color: rgb(12,64,58); }

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

border-color css

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

 span { border-color: rgb(12,64,58); }

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