#026A6F

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

Shades of Blue Lagoon #026A6F

Tints of Blue Lagoon #026A6F

Color information

#026A6F (or 0x026A6F) is unknown color: approx Blue Lagoon. HEX triplet: 02, 6A and 6F. RGB value is (2,106,111). Sum of RGB (Red+Green+Blue) = 2+106+111=219 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 219); Green value is 106 (41.80% from 255 or 48.40% from 219); Blue value is 111 (43.75% from 255 or 50.68% from 219); Max value from RGB is 111 - color contains mainly: blue. Hex color #026A6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026A6F is #FD9590. Grayscale: #4B4B4B. Windows color (decimal): -16618897 or 7301634. OLE color: 7301634.

HSL color Cylindrical-coordinate representation of color #026A6F: hue angle of 182.75º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026A6F is Cyan = 0.98, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2106111-
CMYK0.980.0500.56
HSL182.75º96.46%22.16%-
HSV(B)182.75º98.2%43.53%-
XYZ8.0511.4716.83-
YUV75.47148.0475.59-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.91%
GREEN value IS 106 (41.80% from 255) = 48.40%
BLUE value IS 111 (43.75% from 255) = 50.68%
R=0.91%
G=48.40%
B=50.68%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal21061110.980.0500.56182.7596.4622.16
Hex26A6F625038b76016
Octal2152157142507026714026
Binary10110101011011111100010101011100010110111110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026A6F; }

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

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

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

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

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

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

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

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