Html Css Color HEX #0C3933 Deep Teal

📋 copy color: '#0C3933'

red 12 ◦ green 57 ◦ blue 51

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

Shades of Deep Teal #0C3933

Tints of Deep Teal #0C3933

RGB

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

 GREEN value IS 57 (22.66% from 255) = 47.5%

 BLUE value IS 51 (20.31% from 255) = 42.5%

R = 10%
G = 47.5%
B = 42.5%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.11

 K value IS 0.78

RGB Variations

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

Color information

#0C3933 (or 0x0C3933) is known color: Deep Teal. HEX triplet: 0C, 39 and 33. RGB value is (12,57,51). Sum of RGB (Red+Green+Blue) = 12+57+51=120 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10% from 120); Green value is 57 (22.66% from 255 or 47.5% from 120); Blue value is 51 (20.31% from 255 or 42.5% from 120); Max value from RGB is 57 - color contains mainly: green. Hex color #0C3933 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3933 is #F3C6CC. Grayscale: #2A2A2A. Windows color (decimal): -15976141 or 3356940. OLE color: 3356940.

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

Color convert

RGB 12 57 51 -
CMYK 0.79 0 0.11 0.78
HSL 172º 0.65% 0.14% -
HSV(B) 172º 0.79% 0.22% -
XYZ 2.21 3.24 3.64 -
YUV 42.86 132.59 105.99 -
System Red Green Blue C M Y K H S L
Decimal 12 57 51 0.79 0 0.11 0.78 172 0.65 0.14
Hex C 39 33 4F 0 B 4E AC 41 E
Octal 14 71 63 117 0 13 116 254 101 16
Binary 1100 111001 110011 1001111 0 1011 1001110 10101100 1000001 1110

Color Harmonies of #0C3933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C3933

Black with #0C3933

Text Example


Text Example

White with #0C3933

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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