#0F8F7D

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

Shades of Observatory #0F8F7D

Tints of Observatory #0F8F7D

Color information

#0F8F7D (or 0x0F8F7D) is unknown color: approx Observatory. HEX triplet: 0F, 8F and 7D. RGB value is (15,143,125). Sum of RGB (Red+Green+Blue) = 15+143+125=283 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.30% from 283); Green value is 143 (56.25% from 255 or 50.53% from 283); Blue value is 125 (49.22% from 255 or 44.17% from 283); Max value from RGB is 143 - color contains mainly: green. Hex color #0F8F7D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F8F7D is #F07082. Grayscale: #666666. Windows color (decimal): -15757443 or 8228623. OLE color: 8228623.

HSL color Cylindrical-coordinate representation of color #0F8F7D: hue angle of 171.56º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F8F7D is Cyan = 0.90, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB15143125-
CMYK0.9000.130.44
HSL171.56º81.01%30.98%-
HSV(B)171.56º89.51%56.08%-
XYZ13.7221.2322.78-
YUV102.68140.5965.46-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.30%
GREEN value IS 143 (56.25% from 255) = 50.53%
BLUE value IS 125 (49.22% from 255) = 44.17%
R=5.30%
G=50.53%
B=44.17%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal151431250.9000.130.44171.5681.0130.98
HexF8F7D5A0D2Cac511f
Octal172171751320155425412137
Binary111110001111111110110110100110110110010101100101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F8F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,143,125); }

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

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

 a { background-color: rgb(15,143,125); }

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

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

 span { border-color: rgb(15,143,125); }

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