Html Css Color HEX #0C7D86 Teal

📋 copy color: '#0C7D86'

red 12 ◦ green 125 ◦ blue 134

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

Shades of Teal #0C7D86

Tints of Teal #0C7D86

RGB

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

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

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

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

CMYK

 C value IS 0.91

 M value IS 0.07

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#0C7D86 (or 0x0C7D86) is known color: Teal. HEX triplet: 0C, 7D and 86. RGB value is (12,125,134). Sum of RGB (Red+Green+Blue) = 12+125+134=271 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.43% from 271); Green value is 125 (49.22% from 255 or 46.13% from 271); Blue value is 134 (52.73% from 255 or 49.45% from 271); Max value from RGB is 134 - color contains mainly: blue. Hex color #0C7D86 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C7D86 is #F38279. Grayscale: #5C5C5C. Windows color (decimal): -15958650 or 8813836. OLE color: 8813836.

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

Color convert

RGB 12 125 134 -
CMYK 0.91 0.07 0 0.47
HSL 184.43º 0.84% 0.29% -
HSV(B) 184.43º 0.91% 0.53% -
XYZ 11.79 16.47 25.11 -
YUV 92.24 151.56 70.77 -
System Red Green Blue C M Y K H S L
Decimal 12 125 134 0.91 0.07 0 0.47 184.43 0.84 0.29
Hex C 7D 86 5B 7 0 2F B8 54 1D
Octal 14 175 206 133 7 0 57 270 124 35
Binary 1100 1111101 10000110 1011011 111 0 101111 10111000 1010100 11101

Color Harmonies of #0C7D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C7D86

Black with #0C7D86

Text Example


Text Example

White with #0C7D86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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