#026A6C

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

Shades of Blue Lagoon #026A6C

Tints of Blue Lagoon #026A6C

Color information

#026A6C (or 0x026A6C) is unknown color: approx Blue Lagoon. HEX triplet: 02, 6A and 6C. RGB value is (2,106,108). Sum of RGB (Red+Green+Blue) = 2+106+108=216 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 216); Green value is 106 (41.80% from 255 or 49.07% from 216); Blue value is 108 (42.58% from 255 or 50% from 216); Max value from RGB is 108 - color contains mainly: blue. Hex color #026A6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026A6C is #FD9593. Grayscale: #4B4B4B. Windows color (decimal): -16618900 or 7105026. OLE color: 7105026.

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

Color convert

RGB2106108-
CMYK0.980.0200.58
HSL181.13º96.36%21.57%-
HSV(B)181.13º98.15%42.35%-
XYZ7.8911.415.97-
YUV75.13146.5475.84-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.93%
GREEN value IS 106 (41.80% from 255) = 49.07%
BLUE value IS 108 (42.58% from 255) = 50%
R=0.93%
G=49.07%
B=50%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal21061080.980.0200.58181.1396.3621.57
Hex26A6C62203Ab56016
Octal2152154142207226514026
Binary1011010101101100110001010011101010110101110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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