#01666D

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

Shades of Blue Lagoon #01666D

Tints of Blue Lagoon #01666D

Color information

#01666D (or 0x01666D) is unknown color: approx Blue Lagoon. HEX triplet: 01, 66 and 6D. RGB value is (1,102,109). Sum of RGB (Red+Green+Blue) = 1+102+109=212 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 212); Green value is 102 (40.23% from 255 or 48.11% from 212); Blue value is 109 (42.97% from 255 or 51.42% from 212); Max value from RGB is 109 - color contains mainly: blue. Hex color #01666D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01666D is #FE9992. Grayscale: #484848. Windows color (decimal): -16685459 or 7169537. OLE color: 7169537.

HSL color Cylindrical-coordinate representation of color #01666D: hue angle of 183.89º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01666D is Cyan = 0.99, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1102109-
CMYK0.990.0600.57
HSL183.89º98.18%21.57%-
HSV(B)183.89º99.08%42.75%-
XYZ7.5210.6116.12-
YUV72.6148.5476.93-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.47%
GREEN value IS 102 (40.23% from 255) = 48.11%
BLUE value IS 109 (42.97% from 255) = 51.42%
R=0.47%
G=48.11%
B=51.42%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11021090.990.0600.57183.8998.1821.57
Hex1666D636039b86216
Octal1146155143607127014226
Binary1110011011011011100011110011100110111000110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01666D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01666D; }

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

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

<style>
 a { background-color: #01666D; }

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

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

<style>
 span { border-color: #01666D; }

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

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