Html Css Color HEX #0C423B Deep Teal

📋 copy color: '#0C423B'

red 12 ◦ green 66 ◦ blue 59

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

Shades of Deep Teal #0C423B

Tints of Deep Teal #0C423B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 48.18%

 BLUE value IS 59 (23.44% from 255) = 43.07%

R = 8.76%
G = 48.18%
B = 43.07%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.11

 K value IS 0.74

RGB Variations

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

Color information

#0C423B (or 0x0C423B) is known color: Deep Teal. HEX triplet: 0C, 42 and 3B. RGB value is (12,66,59). Sum of RGB (Red+Green+Blue) = 12+66+59=137 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.76% from 137); Green value is 66 (26.17% from 255 or 48.18% from 137); Blue value is 59 (23.44% from 255 or 43.07% from 137); Max value from RGB is 66 - color contains mainly: green. Hex color #0C423B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C423B is #F3BDC4. Grayscale: #313131. Windows color (decimal): -15973829 or 3883532. OLE color: 3883532.

HSL color Cylindrical-coordinate representation of color #0C423B: hue angle of 172.22º degrees, saturation: 0.69, 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 #0C423B is Cyan = 0.82, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.74.

Color convert

RGB 12 66 59 -
CMYK 0.82 0 0.11 0.74
HSL 172.22º 0.69% 0.15% -
HSV(B) 172.22º 0.82% 0.26% -
XYZ 2.89 4.29 4.81 -
YUV 49.06 133.61 101.57 -
System Red Green Blue C M Y K H S L
Decimal 12 66 59 0.82 0 0.11 0.74 172.22 0.69 0.15
Hex C 42 3B 52 0 B 4A AC 45 F
Octal 14 102 73 122 0 13 112 254 105 17
Binary 1100 1000010 111011 1010010 0 1011 1001010 10101100 1000101 1111

Color Harmonies of #0C423B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C423B

Black with #0C423B

Text Example


Text Example

White with #0C423B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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