Html Css Color HEX #0C4C3B Deep Teal

📋 copy color: '#0C4C3B'

red 12 ◦ green 76 ◦ blue 59

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

Shades of Deep Teal #0C4C3B

Tints of Deep Teal #0C4C3B

RGB

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

 GREEN value IS 76 (30.08% from 255) = 51.7%

 BLUE value IS 59 (23.44% from 255) = 40.14%

R = 8.16%
G = 51.7%
B = 40.14%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.22

 K value IS 0.70

RGB Variations

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

Color information

#0C4C3B (or 0x0C4C3B) is known color: Deep Teal. HEX triplet: 0C, 4C and 3B. RGB value is (12,76,59). Sum of RGB (Red+Green+Blue) = 12+76+59=147 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.16% from 147); Green value is 76 (30.08% from 255 or 51.70% from 147); Blue value is 59 (23.44% from 255 or 40.14% from 147); Max value from RGB is 76 - color contains mainly: green. Hex color #0C4C3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4C3B is #F3B3C4. Grayscale: #363636. Windows color (decimal): -15971269 or 3886092. OLE color: 3886092.

HSL color Cylindrical-coordinate representation of color #0C4C3B: hue angle of 164.06º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C4C3B is Cyan = 0.84, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.70.

Color convert

RGB 12 76 59 -
CMYK 0.84 0 0.22 0.70
HSL 164.06º 0.73% 0.17% -
HSV(B) 164.06º 0.84% 0.3% -
XYZ 3.53 5.56 5.03 -
YUV 54.93 130.3 97.38 -
System Red Green Blue C M Y K H S L
Decimal 12 76 59 0.84 0 0.22 0.70 164.06 0.73 0.17
Hex C 4C 3B 54 0 16 46 A4 49 11
Octal 14 114 73 124 0 26 106 244 111 21
Binary 1100 1001100 111011 1010100 0 10110 1000110 10100100 1001001 10001

Color Harmonies of #0C4C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4C3B

Black with #0C4C3B

Text Example


Text Example

White with #0C4C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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