Html Css Color HEX #0C3731 Deep Teal

📋 copy color: '#0C3731'

red 12 ◦ green 55 ◦ blue 49

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

Shades of Deep Teal #0C3731

Tints of Deep Teal #0C3731

RGB

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

 GREEN value IS 55 (21.88% from 255) = 47.41%

 BLUE value IS 49 (19.53% from 255) = 42.24%

R = 10.34%
G = 47.41%
B = 42.24%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.11

 K value IS 0.78

RGB Variations

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

Color information

#0C3731 (or 0x0C3731) is known color: Deep Teal. HEX triplet: 0C, 37 and 31. RGB value is (12,55,49). Sum of RGB (Red+Green+Blue) = 12+55+49=116 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.34% from 116); Green value is 55 (21.88% from 255 or 47.41% from 116); Blue value is 49 (19.53% from 255 or 42.24% from 116); Max value from RGB is 55 - color contains mainly: green. Hex color #0C3731 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3731 is #F3C8CE. Grayscale: #292929. Windows color (decimal): -15976655 or 3225356. OLE color: 3225356.

HSL color Cylindrical-coordinate representation of color #0C3731: hue angle of 171.63º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0C3731 is Cyan = 0.78, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.78.

Color convert

RGB 12 55 49 -
CMYK 0.78 0 0.11 0.78
HSL 171.63º 0.64% 0.13% -
HSV(B) 171.63º 0.78% 0.22% -
XYZ 2.07 3.03 3.38 -
YUV 41.46 132.25 106.99 -
System Red Green Blue C M Y K H S L
Decimal 12 55 49 0.78 0 0.11 0.78 171.63 0.64 0.13
Hex C 37 31 4E 0 B 4E AC 40 D
Octal 14 67 61 116 0 13 116 254 100 15
Binary 1100 110111 110001 1001110 0 1011 1001110 10101100 1000000 1101

Color Harmonies of #0C3731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C3731

Black with #0C3731

Text Example


Text Example

White with #0C3731

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,55,49); }

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

background-color css

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

 a { background-color: rgb(12,55,49); }

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

border-color css

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

 span { border-color: rgb(12,55,49); }

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