Html Css Color HEX #0C4E3B Deep Teal

📋 copy color: '#0C4E3B'

red 12 ◦ green 78 ◦ blue 59

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

Shades of Deep Teal #0C4E3B

Tints of Deep Teal #0C4E3B

RGB

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

 GREEN value IS 78 (30.86% from 255) = 52.35%

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

R = 8.05%
G = 52.35%
B = 39.6%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.24

 K value IS 0.69

RGB Variations

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

Color information

#0C4E3B (or 0x0C4E3B) is known color: Deep Teal. HEX triplet: 0C, 4E and 3B. RGB value is (12,78,59). Sum of RGB (Red+Green+Blue) = 12+78+59=149 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.05% from 149); Green value is 78 (30.86% from 255 or 52.35% from 149); Blue value is 59 (23.44% from 255 or 39.60% from 149); Max value from RGB is 78 - color contains mainly: green. Hex color #0C4E3B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C4E3B is #F3B1C4. Grayscale: #383838. Windows color (decimal): -15970757 or 3886604. OLE color: 3886604.

HSL color Cylindrical-coordinate representation of color #0C4E3B: hue angle of 162.73º degrees, saturation: 0.73, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C4E3B is Cyan = 0.85, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.69.

Color convert

RGB 12 78 59 -
CMYK 0.85 0 0.24 0.69
HSL 162.73º 0.73% 0.18% -
HSV(B) 162.73º 0.85% 0.31% -
XYZ 3.67 5.84 5.07 -
YUV 56.1 129.63 96.54 -
System Red Green Blue C M Y K H S L
Decimal 12 78 59 0.85 0 0.24 0.69 162.73 0.73 0.18
Hex C 4E 3B 55 0 18 45 A3 49 12
Octal 14 116 73 125 0 30 105 243 111 22
Binary 1100 1001110 111011 1010101 0 11000 1000101 10100011 1001001 10010

Color Harmonies of #0C4E3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4E3B

Black with #0C4E3B

Text Example


Text Example

White with #0C4E3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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