Html Css Color HEX #0C867D Teal

📋 copy color: '#0C867D'

red 12 ◦ green 134 ◦ blue 125

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

Shades of Teal #0C867D

Tints of Teal #0C867D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 49.45%

 BLUE value IS 125 (49.22% from 255) = 46.13%

R = 4.43%
G = 49.45%
B = 46.13%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#0C867D (or 0x0C867D) is known color: Teal. HEX triplet: 0C, 86 and 7D. RGB value is (12,134,125). Sum of RGB (Red+Green+Blue) = 12+134+125=271 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.43% from 271); Green value is 134 (52.73% from 255 or 49.45% from 271); Blue value is 125 (49.22% from 255 or 46.13% from 271); Max value from RGB is 134 - color contains mainly: green. Hex color #0C867D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C867D is #F37982. Grayscale: #606060. Windows color (decimal): -15956355 or 8226316. OLE color: 8226316.

HSL color Cylindrical-coordinate representation of color #0C867D: hue angle of 175.57º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C867D is Cyan = 0.91, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 12 134 125 -
CMYK 0.91 0 0.07 0.47
HSL 175.57º 0.84% 0.29% -
HSV(B) 175.57º 0.91% 0.53% -
XYZ 12.38 18.61 22.34 -
YUV 96.5 144.08 67.73 -
System Red Green Blue C M Y K H S L
Decimal 12 134 125 0.91 0 0.07 0.47 175.57 0.84 0.29
Hex C 86 7D 5B 0 7 2F B0 54 1D
Octal 14 206 175 133 0 7 57 260 124 35
Binary 1100 10000110 1111101 1011011 0 111 101111 10110000 1010100 11101

Color Harmonies of #0C867D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C867D

Black with #0C867D

Text Example


Text Example

White with #0C867D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,134,125); }

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

background-color css

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

 a { background-color: rgb(12,134,125); }

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

border-color css

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

 span { border-color: rgb(12,134,125); }

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