Html Css Color HEX #0C362F Deep Teal

📋 copy color: '#0C362F'

red 12 ◦ green 54 ◦ blue 47

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

Shades of Deep Teal #0C362F

Tints of Deep Teal #0C362F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 47.79%

 BLUE value IS 47 (18.75% from 255) = 41.59%

R = 10.62%
G = 47.79%
B = 41.59%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.13

 K value IS 0.79

RGB Variations

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

Color information

#0C362F (or 0x0C362F) is known color: Deep Teal. HEX triplet: 0C, 36 and 2F. RGB value is (12,54,47). Sum of RGB (Red+Green+Blue) = 12+54+47=113 (14% of max value = 765). Red value is 12 (5.08% from 255 or 10.62% from 113); Green value is 54 (21.48% from 255 or 47.79% from 113); Blue value is 47 (18.75% from 255 or 41.59% from 113); Max value from RGB is 54 - color contains mainly: green. Hex color #0C362F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C362F is #F3C9D0. Grayscale: #282828. Windows color (decimal): -15976913 or 3094028. OLE color: 3094028.

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

Color convert

RGB 12 54 47 -
CMYK 0.78 0 0.13 0.79
HSL 170º 0.64% 0.13% -
HSV(B) 170º 0.78% 0.21% -
XYZ 1.98 2.92 3.15 -
YUV 40.64 131.59 107.57 -
System Red Green Blue C M Y K H S L
Decimal 12 54 47 0.78 0 0.13 0.79 170 0.64 0.13
Hex C 36 2F 4E 0 D 4F AA 40 D
Octal 14 66 57 116 0 15 117 252 100 15
Binary 1100 110110 101111 1001110 0 1101 1001111 10101010 1000000 1101

Color Harmonies of #0C362F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C362F

Black with #0C362F

Text Example


Text Example

White with #0C362F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,54,47); }

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

background-color css

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

 a { background-color: rgb(12,54,47); }

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

border-color css

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

 span { border-color: rgb(12,54,47); }

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