#0E6677

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

Shades of Blue Lagoon #0E6677

Tints of Blue Lagoon #0E6677

Color information

#0E6677 (or 0x0E6677) is unknown color: approx Blue Lagoon. HEX triplet: 0E, 66 and 77. RGB value is (14,102,119). Sum of RGB (Red+Green+Blue) = 14+102+119=235 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.96% from 235); Green value is 102 (40.23% from 255 or 43.40% from 235); Blue value is 119 (46.88% from 255 or 50.64% from 235); Max value from RGB is 119 - color contains mainly: blue. Hex color #0E6677 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E6677 is #F19988. Grayscale: #4D4D4D. Windows color (decimal): -15833481 or 7824910. OLE color: 7824910.

HSL color Cylindrical-coordinate representation of color #0E6677: hue angle of 189.71º 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 #0E6677 is Cyan = 0.88, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB14102119-
CMYK0.880.1400.53
HSL189.71º78.95%26.08%-
HSV(B)189.71º88.24%46.67%-
XYZ8.2610.9319.13-
YUV77.63151.3582.62-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.96%
GREEN value IS 102 (40.23% from 255) = 43.40%
BLUE value IS 119 (46.88% from 255) = 50.64%
R=5.96%
G=43.40%
B=50.64%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal141021190.880.1400.53189.7178.9526.08
HexE667758E035be4f1a
Octal161461671301606527611732
Binary11101100110111011110110001110011010110111110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E6677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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