#0C8185

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

Shades of Teal #0C8185

Tints of Teal #0C8185

Color information

#0C8185 (or 0x0C8185) is unknown color: approx Teal. HEX triplet: 0C, 81 and 85. RGB value is (12,129,133). Sum of RGB (Red+Green+Blue) = 12+129+133=274 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.38% from 274); Green value is 129 (50.78% from 255 or 47.08% from 274); Blue value is 133 (52.34% from 255 or 48.54% from 274); Max value from RGB is 133 - color contains mainly: blue. Hex color #0C8185 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C8185 is #F37E7A. Grayscale: #5E5E5E. Windows color (decimal): -15957627 or 8749324. OLE color: 8749324.

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

Color convert

RGB12129133-
CMYK0.910.0300.48
HSL181.98º83.45%28.43%-
HSV(B)181.98º90.98%52.16%-
XYZ12.2417.4724.92-
YUV94.47149.7469.17-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.38%
GREEN value IS 129 (50.78% from 255) = 47.08%
BLUE value IS 133 (52.34% from 255) = 48.54%
R=4.38%
G=47.08%
B=48.54%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal121291330.910.0300.48181.9883.4528.43
HexC81855B3030b6531c
Octal14201205133306026612334
Binary11001000000110000101101101111011000010110110101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C8185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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