Html Css Color HEX #0C3B34 Deep Teal

📋 copy color: '#0C3B34'

red 12 ◦ green 59 ◦ blue 52

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

Shades of Deep Teal #0C3B34

Tints of Deep Teal #0C3B34

RGB

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

 GREEN value IS 59 (23.44% from 255) = 47.97%

 BLUE value IS 52 (20.7% from 255) = 42.28%

R = 9.76%
G = 47.97%
B = 42.28%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.12

 K value IS 0.77

RGB Variations

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

Color information

#0C3B34 (or 0x0C3B34) is known color: Deep Teal. HEX triplet: 0C, 3B and 34. RGB value is (12,59,52). Sum of RGB (Red+Green+Blue) = 12+59+52=123 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.76% from 123); Green value is 59 (23.44% from 255 or 47.97% from 123); Blue value is 52 (20.70% from 255 or 42.28% from 123); Max value from RGB is 59 - color contains mainly: green. Hex color #0C3B34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3B34 is #F3C4CB. Grayscale: #2C2C2C. Windows color (decimal): -15975628 or 3422988. OLE color: 3422988.

HSL color Cylindrical-coordinate representation of color #0C3B34: hue angle of 171.06º degrees, saturation: 0.66, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0C3B34 is Cyan = 0.80, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.77.

Color convert

RGB 12 59 52 -
CMYK 0.80 0 0.12 0.77
HSL 171.06º 0.66% 0.14% -
HSV(B) 171.06º 0.8% 0.23% -
XYZ 2.34 3.45 3.79 -
YUV 44.15 132.43 105.07 -
System Red Green Blue C M Y K H S L
Decimal 12 59 52 0.80 0 0.12 0.77 171.06 0.66 0.14
Hex C 3B 34 50 0 C 4D AB 42 E
Octal 14 73 64 120 0 14 115 253 102 16
Binary 1100 111011 110100 1010000 0 1100 1001101 10101011 1000010 1110

Color Harmonies of #0C3B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C3B34

Black with #0C3B34

Text Example


Text Example

White with #0C3B34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,59,52); }

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

background-color css

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

 a { background-color: rgb(12,59,52); }

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

border-color css

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

 span { border-color: rgb(12,59,52); }

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