Html Css Color HEX #0C382F Deep Teal

📋 copy color: '#0C382F'

red 12 ◦ green 56 ◦ blue 47

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

Shades of Deep Teal #0C382F

Tints of Deep Teal #0C382F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 48.7%

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

R = 10.43%
G = 48.7%
B = 40.87%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.16

 K value IS 0.78

RGB Variations

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

Color information

#0C382F (or 0x0C382F) is known color: Deep Teal. HEX triplet: 0C, 38 and 2F. RGB value is (12,56,47). Sum of RGB (Red+Green+Blue) = 12+56+47=115 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.43% from 115); Green value is 56 (22.27% from 255 or 48.70% from 115); Blue value is 47 (18.75% from 255 or 40.87% from 115); Max value from RGB is 56 - color contains mainly: green. Hex color #0C382F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C382F is #F3C7D0. Grayscale: #292929. Windows color (decimal): -15976401 or 3094540. OLE color: 3094540.

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

Color convert

RGB 12 56 47 -
CMYK 0.79 0 0.16 0.78
HSL 167.73º 0.65% 0.13% -
HSV(B) 167.73º 0.79% 0.22% -
XYZ 2.08 3.11 3.18 -
YUV 41.82 130.92 106.73 -
System Red Green Blue C M Y K H S L
Decimal 12 56 47 0.79 0 0.16 0.78 167.73 0.65 0.13
Hex C 38 2F 4F 0 10 4E A8 41 D
Octal 14 70 57 117 0 20 116 250 101 15
Binary 1100 111000 101111 1001111 0 10000 1001110 10101000 1000001 1101

Color Harmonies of #0C382F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C382F

Black with #0C382F

Text Example


Text Example

White with #0C382F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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