#0F8385

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

Shades of Teal #0F8385

Tints of Teal #0F8385

Color information

#0F8385 (or 0x0F8385) is unknown color: approx Teal. HEX triplet: 0F, 83 and 85. RGB value is (15,131,133). Sum of RGB (Red+Green+Blue) = 15+131+133=279 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.38% from 279); Green value is 131 (51.56% from 255 or 46.95% from 279); Blue value is 133 (52.34% from 255 or 47.67% from 279); Max value from RGB is 133 - color contains mainly: blue. Hex color #0F8385 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F8385 is #F07C7A. Grayscale: #606060. Windows color (decimal): -15760507 or 8749839. OLE color: 8749839.

HSL color Cylindrical-coordinate representation of color #0F8385: hue angle of 181.02º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F8385 is Cyan = 0.89, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB15131133-
CMYK0.890.0200.48
HSL181.02º79.73%29.02%-
HSV(B)181.02º88.72%52.16%-
XYZ12.5518.0325.01-
YUV96.54148.5769.84-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.38%
GREEN value IS 131 (51.56% from 255) = 46.95%
BLUE value IS 133 (52.34% from 255) = 47.67%
R=5.38%
G=46.95%
B=47.67%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal151311330.890.0200.48181.0279.7329.02
HexF8385592030b5501d
Octal17203205131206026512035
Binary11111000001110000101101100110011000010110101101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F8385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,131,133); }

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

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

 a { background-color: rgb(15,131,133); }

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

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

 span { border-color: rgb(15,131,133); }

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