Html Css Color HEX #0C867F Teal

📋 copy color: '#0C867F'

red 12 ◦ green 134 ◦ blue 127

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

Shades of Teal #0C867F

Tints of Teal #0C867F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 46.52%

R = 4.4%
G = 49.08%
B = 46.52%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#0C867F (or 0x0C867F) is known color: Teal. HEX triplet: 0C, 86 and 7F. RGB value is (12,134,127). Sum of RGB (Red+Green+Blue) = 12+134+127=273 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.40% from 273); Green value is 134 (52.73% from 255 or 49.08% from 273); Blue value is 127 (50% from 255 or 46.52% from 273); Max value from RGB is 134 - color contains mainly: green. Hex color #0C867F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C867F is #F37980. Grayscale: #606060. Windows color (decimal): -15956353 or 8357388. OLE color: 8357388.

HSL color Cylindrical-coordinate representation of color #0C867F: hue angle of 176.56º 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 #0C867F is Cyan = 0.91, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB 12 134 127 -
CMYK 0.91 0 0.05 0.47
HSL 176.56º 0.84% 0.29% -
HSV(B) 176.56º 0.91% 0.53% -
XYZ 12.51 18.66 23.02 -
YUV 96.72 145.08 67.57 -
System Red Green Blue C M Y K H S L
Decimal 12 134 127 0.91 0 0.05 0.47 176.56 0.84 0.29
Hex C 86 7F 5B 0 5 2F B1 54 1D
Octal 14 206 177 133 0 5 57 261 124 35
Binary 1100 10000110 1111111 1011011 0 101 101111 10110001 1010100 11101

Color Harmonies of #0C867F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C867F

Black with #0C867F

Text Example


Text Example

White with #0C867F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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