Html Css Color HEX #0C443A Deep Teal

📋 copy color: '#0C443A'

red 12 ◦ green 68 ◦ blue 58

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

Shades of Deep Teal #0C443A

Tints of Deep Teal #0C443A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 49.28%

 BLUE value IS 58 (23.05% from 255) = 42.03%

R = 8.7%
G = 49.28%
B = 42.03%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.15

 K value IS 0.73

RGB Variations

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

Color information

#0C443A (or 0x0C443A) is known color: Deep Teal. HEX triplet: 0C, 44 and 3A. RGB value is (12,68,58). Sum of RGB (Red+Green+Blue) = 12+68+58=138 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.70% from 138); Green value is 68 (26.95% from 255 or 49.28% from 138); Blue value is 58 (23.05% from 255 or 42.03% from 138); Max value from RGB is 68 - color contains mainly: green. Hex color #0C443A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C443A is #F3BBC5. Grayscale: #323232. Windows color (decimal): -15973318 or 3818508. OLE color: 3818508.

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

Color convert

RGB 12 68 58 -
CMYK 0.82 0 0.15 0.73
HSL 169.29º 0.7% 0.16% -
HSV(B) 169.29º 0.82% 0.27% -
XYZ 2.98 4.52 4.72 -
YUV 50.12 132.45 100.81 -
System Red Green Blue C M Y K H S L
Decimal 12 68 58 0.82 0 0.15 0.73 169.29 0.7 0.16
Hex C 44 3A 52 0 F 49 A9 46 10
Octal 14 104 72 122 0 17 111 251 106 20
Binary 1100 1000100 111010 1010010 0 1111 1001001 10101001 1000110 10000

Color Harmonies of #0C443A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C443A

Black with #0C443A

Text Example


Text Example

White with #0C443A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,68,58); }

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

background-color css

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

 a { background-color: rgb(12,68,58); }

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

border-color css

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

 span { border-color: rgb(12,68,58); }

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