#0E6A77

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

Shades of Blue Lagoon #0E6A77

Tints of Blue Lagoon #0E6A77

Color information

#0E6A77 (or 0x0E6A77) is unknown color: approx Blue Lagoon. HEX triplet: 0E, 6A and 77. RGB value is (14,106,119). Sum of RGB (Red+Green+Blue) = 14+106+119=239 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.86% from 239); Green value is 106 (41.80% from 255 or 44.35% from 239); Blue value is 119 (46.88% from 255 or 49.79% from 239); Max value from RGB is 119 - color contains mainly: blue. Hex color #0E6A77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E6A77 is #F19588. Grayscale: #4F4F4F. Windows color (decimal): -15832457 or 7825934. OLE color: 7825934.

HSL color Cylindrical-coordinate representation of color #0E6A77: hue angle of 187.43º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E6A77 is Cyan = 0.88, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB14106119-
CMYK0.880.1100.53
HSL187.43º78.95%26.08%-
HSV(B)187.43º88.24%46.67%-
XYZ8.6611.7319.26-
YUV79.97150.0280.94-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.86%
GREEN value IS 106 (41.80% from 255) = 44.35%
BLUE value IS 119 (46.88% from 255) = 49.79%
R=5.86%
G=44.35%
B=49.79%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal141061190.880.1100.53187.4378.9526.08
HexE6A7758B035bb4f1a
Octal161521671301306527311732
Binary11101101010111011110110001011011010110111011100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E6A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,106,119); }

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

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

 a { background-color: rgb(14,106,119); }

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

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

 span { border-color: rgb(14,106,119); }

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