#0F696F

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

Shades of Blue Lagoon #0F696F

Tints of Blue Lagoon #0F696F

Color information

#0F696F (or 0x0F696F) is unknown color: approx Blue Lagoon. HEX triplet: 0F, 69 and 6F. RGB value is (15,105,111). Sum of RGB (Red+Green+Blue) = 15+105+111=231 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.49% from 231); Green value is 105 (41.41% from 255 or 45.45% from 231); Blue value is 111 (43.75% from 255 or 48.05% from 231); Max value from RGB is 111 - color contains mainly: blue. Hex color #0F696F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F696F is #F09690. Grayscale: #4E4E4E. Windows color (decimal): -15767185 or 7301391. OLE color: 7301391.

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

Color convert

RGB15105111-
CMYK0.860.0500.56
HSL183.75º76.19%24.71%-
HSV(B)183.75º86.49%43.53%-
XYZ8.1211.3516.8-
YUV78.77146.1882.51-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.49%
GREEN value IS 105 (41.41% from 255) = 45.45%
BLUE value IS 111 (43.75% from 255) = 48.05%
R=6.49%
G=45.45%
B=48.05%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal151051110.860.0500.56183.7576.1924.71
HexF696F565038b84c19
Octal17151157126507027011431
Binary1111110100111011111010110101011100010111000100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F696F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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