#0C727F

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

Shades of Teal #0C727F

Tints of Teal #0C727F

Color information

#0C727F (or 0x0C727F) is unknown color: approx Teal. HEX triplet: 0C, 72 and 7F. RGB value is (12,114,127). Sum of RGB (Red+Green+Blue) = 12+114+127=253 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.74% from 253); Green value is 114 (44.92% from 255 or 45.06% from 253); Blue value is 127 (50% from 255 or 50.20% from 253); Max value from RGB is 127 - color contains mainly: blue. Hex color #0C727F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C727F is #F38D80. Grayscale: #545454. Windows color (decimal): -15961473 or 8352268. OLE color: 8352268.

HSL color Cylindrical-coordinate representation of color #0C727F: hue angle of 186.78º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C727F is Cyan = 0.91, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB12114127-
CMYK0.910.1000.50
HSL186.78º82.73%27.25%-
HSV(B)186.78º90.55%49.8%-
XYZ1013.6522.19-
YUV84.98151.7175.94-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.74%
GREEN value IS 114 (44.92% from 255) = 45.06%
BLUE value IS 127 (50% from 255) = 50.20%
R=4.74%
G=45.06%
B=50.20%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal121141270.910.1000.50186.7882.7327.25
HexC727F5BA032bb531b
Octal141621771331206227312333
Binary11001110010111111110110111010011001010111011101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C727F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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