#006566

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

Shades of Blue Lagoon #006566

Tints of Blue Lagoon #006566

Color information

#006566 (or 0x006566) is unknown color: approx Blue Lagoon. HEX triplet: 00, 65 and 66. RGB value is (0,101,102). Sum of RGB (Red+Green+Blue) = 0+101+102=203 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 203); Green value is 101 (39.84% from 255 or 49.75% from 203); Blue value is 102 (40.23% from 255 or 50.25% from 203); Max value from RGB is 102 - color contains mainly: blue. Hex color #006566 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006566 is #FF9A99. Grayscale: #464646. Windows color (decimal): -16751258 or 6710528. OLE color: 6710528.

HSL color Cylindrical-coordinate representation of color #006566: hue angle of 180.59º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006566 is Cyan = 1, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB0101102-
CMYK10.0100.6
HSL180.59º100%20%-
HSV(B)180.59º100%40%-
XYZ7.0510.2714.18-
YUV70.91145.5477.42-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 101 (39.84% from 255) = 49.75%
BLUE value IS 102 (40.23% from 255) = 50.25%
R=0%
G=49.75%
B=50.25%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal010110210.0100.6180.5910020
Hex0656664103Cb56414
Octal0145146144107426514424
Binary01100101110011011001001011110010110101110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006566; }

 p { color: rgb(0,101,102); }

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

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

 a { background-color: rgb(0,101,102); }

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

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

 span { border-color: rgb(0,101,102); }

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