#02666D

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

Shades of Blue Lagoon #02666D

Tints of Blue Lagoon #02666D

Color information

#02666D (or 0x02666D) is unknown color: approx Blue Lagoon. HEX triplet: 02, 66 and 6D. RGB value is (2,102,109). Sum of RGB (Red+Green+Blue) = 2+102+109=213 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.94% from 213); Green value is 102 (40.23% from 255 or 47.89% from 213); Blue value is 109 (42.97% from 255 or 51.17% from 213); Max value from RGB is 109 - color contains mainly: blue. Hex color #02666D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02666D is #FD9992. Grayscale: #484848. Windows color (decimal): -16619923 or 7169538. OLE color: 7169538.

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

Color convert

RGB2102109-
CMYK0.980.0600.57
HSL183.93º96.4%21.76%-
HSV(B)183.93º98.17%42.75%-
XYZ7.5410.6216.12-
YUV72.9148.3777.43-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.94%
GREEN value IS 102 (40.23% from 255) = 47.89%
BLUE value IS 109 (42.97% from 255) = 51.17%
R=0.94%
G=47.89%
B=51.17%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal21021090.980.0600.57183.9396.421.76
Hex2666D626039b86016
Octal2146155142607127014026
Binary10110011011011011100010110011100110111000110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02666D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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