Html Css Color HEX #0C8680 Teal

📋 copy color: '#0C8680'

red 12 ◦ green 134 ◦ blue 128

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

Shades of Teal #0C8680

Tints of Teal #0C8680

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 46.72%

R = 4.38%
G = 48.91%
B = 46.72%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#0C8680 (or 0x0C8680) is known color: Teal. HEX triplet: 0C, 86 and 80. RGB value is (12,134,128). Sum of RGB (Red+Green+Blue) = 12+134+128=274 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.38% from 274); Green value is 134 (52.73% from 255 or 48.91% from 274); Blue value is 128 (50.39% from 255 or 46.72% from 274); Max value from RGB is 134 - color contains mainly: green. Hex color #0C8680 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C8680 is #F3797F. Grayscale: #606060. Windows color (decimal): -15956352 or 8422924. OLE color: 8422924.

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

Color convert

RGB 12 134 128 -
CMYK 0.91 0 0.04 0.47
HSL 177.05º 0.84% 0.29% -
HSV(B) 177.05º 0.91% 0.53% -
XYZ 12.57 18.69 23.37 -
YUV 96.84 145.58 67.49 -
System Red Green Blue C M Y K H S L
Decimal 12 134 128 0.91 0 0.04 0.47 177.05 0.84 0.29
Hex C 86 80 5B 0 4 2F B1 54 1D
Octal 14 206 200 133 0 4 57 261 124 35
Binary 1100 10000110 10000000 1011011 0 100 101111 10110001 1010100 11101

Color Harmonies of #0C8680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C8680

Black with #0C8680

Text Example


Text Example

White with #0C8680

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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