#026C6C

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

Shades of Blue Lagoon #026C6C

Tints of Blue Lagoon #026C6C

Color information

#026C6C (or 0x026C6C) is unknown color: approx Blue Lagoon. HEX triplet: 02, 6C and 6C. RGB value is (2,108,108). Sum of RGB (Red+Green+Blue) = 2+108+108=218 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 218); Green value is 108 (42.58% from 255 or 49.54% from 218); Blue value is 108 (42.58% from 255 or 49.54% from 218); Max value from RGB is 108 - color contains mainly: green, blue. Hex color #026C6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026C6C is #FD9393. Grayscale: #4C4C4C. Windows color (decimal): -16618388 or 7105538. OLE color: 7105538.

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

Color convert

RGB2108108-
CMYK0.98000.58
HSL180º96.36%21.57%-
HSV(B)180º98.15%42.35%-
XYZ8.0911.8216.04-
YUV76.31145.8875-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.92%
GREEN value IS 108 (42.58% from 255) = 49.54%
BLUE value IS 108 (42.58% from 255) = 49.54%
R=0.92%
G=49.54%
B=49.54%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal21081080.98000.5818096.3621.57
Hex26C6C62003Ab46016
Octal2154154142007226414026
Binary101101100110110011000100011101010110100110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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