#026C6F

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

Shades of Blue Lagoon #026C6F

Tints of Blue Lagoon #026C6F

Color information

#026C6F (or 0x026C6F) is unknown color: approx Blue Lagoon. HEX triplet: 02, 6C and 6F. RGB value is (2,108,111). Sum of RGB (Red+Green+Blue) = 2+108+111=221 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 221); Green value is 108 (42.58% from 255 or 48.87% from 221); Blue value is 111 (43.75% from 255 or 50.23% from 221); Max value from RGB is 111 - color contains mainly: blue. Hex color #026C6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026C6F is #FD9390. Grayscale: #4C4C4C. Windows color (decimal): -16618385 or 7302146. OLE color: 7302146.

HSL color Cylindrical-coordinate representation of color #026C6F: hue angle of 181.65º 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 #026C6F is Cyan = 0.98, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2108111-
CMYK0.980.0300.56
HSL181.65º96.46%22.16%-
HSV(B)181.65º98.2%43.53%-
XYZ8.2611.8916.9-
YUV76.65147.3874.76-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.90%
GREEN value IS 108 (42.58% from 255) = 48.87%
BLUE value IS 111 (43.75% from 255) = 50.23%
R=0.90%
G=48.87%
B=50.23%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal21081110.980.0300.56181.6596.4622.16
Hex26C6F623038b66016
Octal2154157142307026614026
Binary1011011001101111110001011011100010110110110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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