Html Css Color HEX #0C8683 Teal

📋 copy color: '#0C8683'

red 12 ◦ green 134 ◦ blue 131

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

Shades of Teal #0C8683

Tints of Teal #0C8683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 47.29%

R = 4.33%
G = 48.38%
B = 47.29%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#0C8683 (or 0x0C8683) is known color: Teal. HEX triplet: 0C, 86 and 83. RGB value is (12,134,131). Sum of RGB (Red+Green+Blue) = 12+134+131=277 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.33% from 277); Green value is 134 (52.73% from 255 or 48.38% from 277); Blue value is 131 (51.56% from 255 or 47.29% from 277); Max value from RGB is 134 - color contains mainly: green. Hex color #0C8683 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C8683 is #F3797C. Grayscale: #616161. Windows color (decimal): -15956349 or 8619532. OLE color: 8619532.

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

Color convert

RGB 12 134 131 -
CMYK 0.91 0 0.02 0.47
HSL 178.52º 0.84% 0.29% -
HSV(B) 178.52º 0.91% 0.53% -
XYZ 12.77 18.77 24.42 -
YUV 97.18 147.08 67.24 -
System Red Green Blue C M Y K H S L
Decimal 12 134 131 0.91 0 0.02 0.47 178.52 0.84 0.29
Hex C 86 83 5B 0 2 2F B3 54 1D
Octal 14 206 203 133 0 2 57 263 124 35
Binary 1100 10000110 10000011 1011011 0 10 101111 10110011 1010100 11101

Color Harmonies of #0C8683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C8683

Black with #0C8683

Text Example


Text Example

White with #0C8683

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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