Html Css Color HEX #0C4339 Deep Teal

📋 copy color: '#0C4339'

red 12 ◦ green 67 ◦ blue 57

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

Shades of Deep Teal #0C4339

Tints of Deep Teal #0C4339

RGB

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

 GREEN value IS 67 (26.56% from 255) = 49.26%

 BLUE value IS 57 (22.66% from 255) = 41.91%

R = 8.82%
G = 49.26%
B = 41.91%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.15

 K value IS 0.74

RGB Variations

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

Color information

#0C4339 (or 0x0C4339) is known color: Deep Teal. HEX triplet: 0C, 43 and 39. RGB value is (12,67,57). Sum of RGB (Red+Green+Blue) = 12+67+57=136 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.82% from 136); Green value is 67 (26.56% from 255 or 49.26% from 136); Blue value is 57 (22.66% from 255 or 41.91% from 136); Max value from RGB is 67 - color contains mainly: green. Hex color #0C4339 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4339 is #F3BCC6. Grayscale: #313131. Windows color (decimal): -15973575 or 3752716. OLE color: 3752716.

HSL color Cylindrical-coordinate representation of color #0C4339: hue angle of 169.09º degrees, saturation: 0.7, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0C4339 is Cyan = 0.82, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.74.

Color convert

RGB 12 67 57 -
CMYK 0.82 0 0.15 0.74
HSL 169.09º 0.7% 0.15% -
HSV(B) 169.09º 0.82% 0.26% -
XYZ 2.9 4.39 4.57 -
YUV 49.42 132.28 101.31 -
System Red Green Blue C M Y K H S L
Decimal 12 67 57 0.82 0 0.15 0.74 169.09 0.7 0.15
Hex C 43 39 52 0 F 4A A9 46 F
Octal 14 103 71 122 0 17 112 251 106 17
Binary 1100 1000011 111001 1010010 0 1111 1001010 10101001 1000110 1111

Color Harmonies of #0C4339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4339

Black with #0C4339

Text Example


Text Example

White with #0C4339

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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