Html Css Color HEX #0C4139 Deep Teal

📋 copy color: '#0C4139'

red 12 ◦ green 65 ◦ blue 57

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

Shades of Deep Teal #0C4139

Tints of Deep Teal #0C4139

RGB

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

 GREEN value IS 65 (25.78% from 255) = 48.51%

 BLUE value IS 57 (22.66% from 255) = 42.54%

R = 8.96%
G = 48.51%
B = 42.54%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.12

 K value IS 0.75

RGB Variations

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

Color information

#0C4139 (or 0x0C4139) is known color: Deep Teal. HEX triplet: 0C, 41 and 39. RGB value is (12,65,57). Sum of RGB (Red+Green+Blue) = 12+65+57=134 (17% of max value = 765). Red value is 12 (5.08% from 255 or 8.96% from 134); Green value is 65 (25.78% from 255 or 48.51% from 134); Blue value is 57 (22.66% from 255 or 42.54% from 134); Max value from RGB is 65 - color contains mainly: green. Hex color #0C4139 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4139 is #F3BEC6. Grayscale: #303030. Windows color (decimal): -15974087 or 3752204. OLE color: 3752204.

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

Color convert

RGB 12 65 57 -
CMYK 0.82 0 0.12 0.75
HSL 170.94º 0.69% 0.15% -
HSV(B) 170.94º 0.82% 0.25% -
XYZ 2.78 4.15 4.53 -
YUV 48.24 132.94 102.15 -
System Red Green Blue C M Y K H S L
Decimal 12 65 57 0.82 0 0.12 0.75 170.94 0.69 0.15
Hex C 41 39 52 0 C 4B AB 45 F
Octal 14 101 71 122 0 14 113 253 105 17
Binary 1100 1000001 111001 1010010 0 1100 1001011 10101011 1000101 1111

Color Harmonies of #0C4139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4139

Black with #0C4139

Text Example


Text Example

White with #0C4139

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,65,57); }

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

background-color css

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

 a { background-color: rgb(12,65,57); }

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

border-color css

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

 span { border-color: rgb(12,65,57); }

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