#0F8384

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

Shades of Teal #0F8384

Tints of Teal #0F8384

Color information

#0F8384 (or 0x0F8384) is unknown color: approx Teal. HEX triplet: 0F, 83 and 84. RGB value is (15,131,132). Sum of RGB (Red+Green+Blue) = 15+131+132=278 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.40% from 278); Green value is 131 (51.56% from 255 or 47.12% from 278); Blue value is 132 (51.95% from 255 or 47.48% from 278); Max value from RGB is 132 - color contains mainly: blue. Hex color #0F8384 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F8384 is #F07C7B. Grayscale: #606060. Windows color (decimal): -15760508 or 8684303. OLE color: 8684303.

HSL color Cylindrical-coordinate representation of color #0F8384: hue angle of 180.51º 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 #0F8384 is Cyan = 0.89, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB15131132-
CMYK0.890.0100.48
HSL180.51º79.59%28.82%-
HSV(B)180.51º88.64%51.76%-
XYZ12.481824.65-
YUV96.43148.0769.92-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.40%
GREEN value IS 131 (51.56% from 255) = 47.12%
BLUE value IS 132 (51.95% from 255) = 47.48%
R=5.40%
G=47.12%
B=47.48%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal151311320.890.0100.48180.5179.5928.82
HexF8384591030b5501d
Octal17203204131106026512035
Binary1111100000111000010010110011011000010110101101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F8384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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