#0F676F

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

Shades of Blue Lagoon #0F676F

Tints of Blue Lagoon #0F676F

Color information

#0F676F (or 0x0F676F) is unknown color: approx Blue Lagoon. HEX triplet: 0F, 67 and 6F. RGB value is (15,103,111). Sum of RGB (Red+Green+Blue) = 15+103+111=229 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.55% from 229); Green value is 103 (40.62% from 255 or 44.98% from 229); Blue value is 111 (43.75% from 255 or 48.47% from 229); Max value from RGB is 111 - color contains mainly: blue. Hex color #0F676F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F676F is #F09890. Grayscale: #4D4D4D. Windows color (decimal): -15767697 or 7300879. OLE color: 7300879.

HSL color Cylindrical-coordinate representation of color #0F676F: hue angle of 185º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F676F is Cyan = 0.86, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB15103111-
CMYK0.860.0700.56
HSL185º76.19%24.71%-
HSV(B)185º86.49%43.53%-
XYZ7.9210.9516.74-
YUV77.6146.8583.35-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.55%
GREEN value IS 103 (40.62% from 255) = 44.98%
BLUE value IS 111 (43.75% from 255) = 48.47%
R=6.55%
G=44.98%
B=48.47%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal151031110.860.0700.5618576.1924.71
HexF676F567038b94c19
Octal17147157126707027111431
Binary1111110011111011111010110111011100010111001100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F676F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,103,111); }

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

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

 a { background-color: rgb(15,103,111); }

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

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

 span { border-color: rgb(15,103,111); }

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