#026D6F

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

Shades of Blue Lagoon #026D6F

Tints of Blue Lagoon #026D6F

Color information

#026D6F (or 0x026D6F) is unknown color: approx Blue Lagoon. HEX triplet: 02, 6D and 6F. RGB value is (2,109,111). Sum of RGB (Red+Green+Blue) = 2+109+111=222 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 222); Green value is 109 (42.97% from 255 or 49.10% from 222); Blue value is 111 (43.75% from 255 or 50% from 222); Max value from RGB is 111 - color contains mainly: blue. Hex color #026D6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026D6F is #FD9290. Grayscale: #4D4D4D. Windows color (decimal): -16618129 or 7302402. OLE color: 7302402.

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

Color convert

RGB2109111-
CMYK0.980.0200.56
HSL181.1º96.46%22.16%-
HSV(B)181.1º98.2%43.53%-
XYZ8.3612.116.93-
YUV77.24147.0574.34-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.90%
GREEN value IS 109 (42.97% from 255) = 49.10%
BLUE value IS 111 (43.75% from 255) = 50%
R=0.90%
G=49.10%
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.56
SystemRedGreenBlueCMYKHSL
Decimal21091110.980.0200.56181.196.4622.16
Hex26D6F622038b56016
Octal2155157142207026514026
Binary1011011011101111110001010011100010110101110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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