#0F656F

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

Shades of Blue Lagoon #0F656F

Tints of Blue Lagoon #0F656F

Color information

#0F656F (or 0x0F656F) is unknown color: approx Blue Lagoon. HEX triplet: 0F, 65 and 6F. RGB value is (15,101,111). Sum of RGB (Red+Green+Blue) = 15+101+111=227 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.61% from 227); Green value is 101 (39.84% from 255 or 44.49% from 227); Blue value is 111 (43.75% from 255 or 48.90% from 227); Max value from RGB is 111 - color contains mainly: blue. Hex color #0F656F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F656F is #F09A90. Grayscale: #4C4C4C. Windows color (decimal): -15768209 or 7300367. OLE color: 7300367.

HSL color Cylindrical-coordinate representation of color #0F656F: hue angle of 186.25º 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 #0F656F is Cyan = 0.86, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB15101111-
CMYK0.860.0900.56
HSL186.25º76.19%24.71%-
HSV(B)186.25º86.49%43.53%-
XYZ7.7210.5616.67-
YUV76.43147.5184.19-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.61%
GREEN value IS 101 (39.84% from 255) = 44.49%
BLUE value IS 111 (43.75% from 255) = 48.90%
R=6.61%
G=44.49%
B=48.90%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal151011110.860.0900.56186.2576.1924.71
HexF656F569038ba4c19
Octal171451571261107027211431
Binary11111100101110111110101101001011100010111010100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F656F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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