#0E696F

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

Shades of Blue Lagoon #0E696F

Tints of Blue Lagoon #0E696F

Color information

#0E696F (or 0x0E696F) is unknown color: approx Blue Lagoon. HEX triplet: 0E, 69 and 6F. RGB value is (14,105,111). Sum of RGB (Red+Green+Blue) = 14+105+111=230 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.09% from 230); Green value is 105 (41.41% from 255 or 45.65% from 230); Blue value is 111 (43.75% from 255 or 48.26% from 230); Max value from RGB is 111 - color contains mainly: blue. Hex color #0E696F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E696F is #F19690. Grayscale: #4E4E4E. Windows color (decimal): -15832721 or 7301390. OLE color: 7301390.

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

Color convert

RGB14105111-
CMYK0.870.0500.56
HSL183.71º77.6%24.51%-
HSV(B)183.71º87.39%43.53%-
XYZ8.111.3416.8-
YUV78.47146.3582.01-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.09%
GREEN value IS 105 (41.41% from 255) = 45.65%
BLUE value IS 111 (43.75% from 255) = 48.26%
R=6.09%
G=45.65%
B=48.26%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal141051110.870.0500.56183.7177.624.51
HexE696F575038b84e19
Octal16151157127507027011631
Binary1110110100111011111010111101011100010111000100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E696F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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