#0C817E

Color #0C817E Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal #0C817E

Tints of Teal #0C817E

Color information

#0C817E (or 0x0C817E) is unknown color: approx Teal. HEX triplet: 0C, 81 and 7E. RGB value is (12,129,126). Sum of RGB (Red+Green+Blue) = 12+129+126=267 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.49% from 267); Green value is 129 (50.78% from 255 or 48.31% from 267); Blue value is 126 (49.61% from 255 or 47.19% from 267); Max value from RGB is 129 - color contains mainly: green. Hex color #0C817E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C817E is #F37E81. Grayscale: #5D5D5D. Windows color (decimal): -15957634 or 8290572. OLE color: 8290572.

HSL color Cylindrical-coordinate representation of color #0C817E: hue angle of 178.46º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C817E is Cyan = 0.91, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB12129126-
CMYK0.9100.020.49
HSL178.46º82.98%27.65%-
HSV(B)178.46º90.7%50.59%-
XYZ11.7717.2922.45-
YUV93.68146.2469.74-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.49%
GREEN value IS 129 (50.78% from 255) = 48.31%
BLUE value IS 126 (49.61% from 255) = 47.19%
R=4.49%
G=48.31%
B=47.19%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal121291260.9100.020.49178.4682.9827.65
HexC817E5B0231b2531c
Octal14201176133026126212334
Binary1100100000011111110101101101011000110110010101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C817E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,129,126); }

 H1.HeaderClassName
 {
   color: #0C817E;
 }
 .AnyTagClassName
 {
   color: #0C817E;
 }
</style>
background-color css

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

 a { background-color: rgb(12,129,126); }

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

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

 span { border-color: rgb(12,129,126); }

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