#026A72

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

Shades of Blue Lagoon #026A72

Tints of Blue Lagoon #026A72

Color information

#026A72 (or 0x026A72) is unknown color: approx Blue Lagoon. HEX triplet: 02, 6A and 72. RGB value is (2,106,114). Sum of RGB (Red+Green+Blue) = 2+106+114=222 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 222); Green value is 106 (41.80% from 255 or 47.75% from 222); Blue value is 114 (44.92% from 255 or 51.35% from 222); Max value from RGB is 114 - color contains mainly: blue. Hex color #026A72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026A72 is #FD958D. Grayscale: #4B4B4B. Windows color (decimal): -16618894 or 7498242. OLE color: 7498242.

HSL color Cylindrical-coordinate representation of color #026A72: hue angle of 184.29º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026A72 is Cyan = 0.98, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2106114-
CMYK0.980.0700.55
HSL184.29º96.55%22.75%-
HSV(B)184.29º98.25%44.71%-
XYZ8.2211.5417.71-
YUV75.82149.5475.35-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.90%
GREEN value IS 106 (41.80% from 255) = 47.75%
BLUE value IS 114 (44.92% from 255) = 51.35%
R=0.90%
G=47.75%
B=51.35%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21061140.980.0700.55184.2996.5522.75
Hex26A72627037b86117
Octal2152162142706727014127
Binary10110101011100101100010111011011110111000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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