#0E666D

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

Shades of Blue Lagoon #0E666D

Tints of Blue Lagoon #0E666D

Color information

#0E666D (or 0x0E666D) is unknown color: approx Blue Lagoon. HEX triplet: 0E, 66 and 6D. RGB value is (14,102,109). Sum of RGB (Red+Green+Blue) = 14+102+109=225 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.22% from 225); Green value is 102 (40.23% from 255 or 45.33% from 225); Blue value is 109 (42.97% from 255 or 48.44% from 225); Max value from RGB is 109 - color contains mainly: blue. Hex color #0E666D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E666D is #F19992. Grayscale: #4C4C4C. Windows color (decimal): -15833491 or 7169550. OLE color: 7169550.

HSL color Cylindrical-coordinate representation of color #0E666D: hue angle of 184.42º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0E666D is Cyan = 0.87, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB14102109-
CMYK0.870.0600.57
HSL184.42º77.24%24.12%-
HSV(B)184.42º87.16%42.75%-
XYZ7.6910.716.13-
YUV76.49146.3583.43-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.22%
GREEN value IS 102 (40.23% from 255) = 45.33%
BLUE value IS 109 (42.97% from 255) = 48.44%
R=6.22%
G=45.33%
B=48.44%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal141021090.870.0600.57184.4277.2424.12
HexE666D576039b84d18
Octal16146155127607127011530
Binary1110110011011011011010111110011100110111000100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E666D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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