#006266

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

Shades of Blue Lagoon #006266

Tints of Blue Lagoon #006266

Color information

#006266 (or 0x006266) is unknown color: approx Blue Lagoon. HEX triplet: 00, 62 and 66. RGB value is (0,98,102). Sum of RGB (Red+Green+Blue) = 0+98+102=200 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 200); Green value is 98 (38.67% from 255 or 49% from 200); Blue value is 102 (40.23% from 255 or 51% from 200); Max value from RGB is 102 - color contains mainly: blue. Hex color #006266 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006266 is #FF9D99. Grayscale: #454545. Windows color (decimal): -16752026 or 6709760. OLE color: 6709760.

HSL color Cylindrical-coordinate representation of color #006266: hue angle of 182.35º 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 #006266 is Cyan = 1, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB098102-
CMYK10.0400.6
HSL182.35º100%20%-
HSV(B)182.35º100%40%-
XYZ6.779.6914.09-
YUV69.15146.5378.67-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 98 (38.67% from 255) = 49%
BLUE value IS 102 (40.23% from 255) = 51%
R=0%
G=49%
B=51%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal09810210.0400.6182.3510020
Hex0626664403Cb66414
Octal0142146144407426614424
Binary0110001011001101100100100011110010110110110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006266; }

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

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

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

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

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

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

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

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