#02696A

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

Shades of Blue Lagoon #02696A

Tints of Blue Lagoon #02696A

Color information

#02696A (or 0x02696A) is unknown color: approx Blue Lagoon. HEX triplet: 02, 69 and 6A. RGB value is (2,105,106). Sum of RGB (Red+Green+Blue) = 2+105+106=213 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.94% from 213); Green value is 105 (41.41% from 255 or 49.30% from 213); Blue value is 106 (41.80% from 255 or 49.77% from 213); Max value from RGB is 106 - color contains mainly: blue. Hex color #02696A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02696A is #FD9695. Grayscale: #4A4A4A. Windows color (decimal): -16619158 or 6973698. OLE color: 6973698.

HSL color Cylindrical-coordinate representation of color #02696A: hue angle of 180.58º 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 #02696A is Cyan = 0.98, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2105106-
CMYK0.980.0100.58
HSL180.58º96.3%21.18%-
HSV(B)180.58º98.11%41.57%-
XYZ7.6811.1615.38-
YUV74.32145.8876.42-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.94%
GREEN value IS 105 (41.41% from 255) = 49.30%
BLUE value IS 106 (41.80% from 255) = 49.77%
R=0.94%
G=49.30%
B=49.77%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal21051060.980.0100.58180.5896.321.18
Hex2696A62103Ab56015
Octal2151152142107226514025
Binary101101001110101011000101011101010110101110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02696A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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