#0F788D

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

Shades of Teal #0F788D

Tints of Teal #0F788D

Color information

#0F788D (or 0x0F788D) is unknown color: approx Teal. HEX triplet: 0F, 78 and 8D. RGB value is (15,120,141). Sum of RGB (Red+Green+Blue) = 15+120+141=276 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.43% from 276); Green value is 120 (47.27% from 255 or 43.48% from 276); Blue value is 141 (55.47% from 255 or 51.09% from 276); Max value from RGB is 141 - color contains mainly: blue. Hex color #0F788D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F788D is #F08772. Grayscale: #5A5A5A. Windows color (decimal): -15763315 or 9271311. OLE color: 9271311.

HSL color Cylindrical-coordinate representation of color #0F788D: hue angle of 190º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F788D is Cyan = 0.89, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB15120141-
CMYK0.890.1500.45
HSL190º80.77%30.59%-
HSV(B)190º89.36%55.29%-
XYZ11.7215.4627.57-
YUV91156.2173.79-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.43%
GREEN value IS 120 (47.27% from 255) = 43.48%
BLUE value IS 141 (55.47% from 255) = 51.09%
R=5.43%
G=43.48%
B=51.09%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal151201410.890.1500.4519080.7730.59
HexF788D59F02Dbe511f
Octal171702151311705527612137
Binary111111110001000110110110011111010110110111110101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F788D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,120,141); }

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

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

 a { background-color: rgb(15,120,141); }

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

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

 span { border-color: rgb(15,120,141); }

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