#02666A

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

Shades of Blue Lagoon #02666A

Tints of Blue Lagoon #02666A

Color information

#02666A (or 0x02666A) is unknown color: approx Blue Lagoon. HEX triplet: 02, 66 and 6A. RGB value is (2,102,106). Sum of RGB (Red+Green+Blue) = 2+102+106=210 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 210); Green value is 102 (40.23% from 255 or 48.57% from 210); Blue value is 106 (41.80% from 255 or 50.48% from 210); Max value from RGB is 106 - color contains mainly: blue. Hex color #02666A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02666A is #FD9995. Grayscale: #484848. Windows color (decimal): -16619926 or 6972930. OLE color: 6972930.

HSL color Cylindrical-coordinate representation of color #02666A: hue angle of 182.31º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02666A is Cyan = 0.98, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2102106-
CMYK0.980.0400.58
HSL182.31º96.3%21.18%-
HSV(B)182.31º98.11%41.57%-
XYZ7.3810.5615.28-
YUV72.56146.8777.67-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.95%
GREEN value IS 102 (40.23% from 255) = 48.57%
BLUE value IS 106 (41.80% from 255) = 50.48%
R=0.95%
G=48.57%
B=50.48%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal21021060.980.0400.58182.3196.321.18
Hex2666A62403Ab66015
Octal2146152142407226614025
Binary10110011011010101100010100011101010110110110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02666A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02666A; }

 p { color: rgb(2,102,106); }

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

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

 a { background-color: rgb(2,102,106); }

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

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

 span { border-color: rgb(2,102,106); }

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