#026B6D

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

Shades of Blue Lagoon #026B6D

Tints of Blue Lagoon #026B6D

Color information

#026B6D (or 0x026B6D) is unknown color: approx Blue Lagoon. HEX triplet: 02, 6B and 6D. RGB value is (2,107,109). Sum of RGB (Red+Green+Blue) = 2+107+109=218 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 218); Green value is 107 (42.19% from 255 or 49.08% from 218); Blue value is 109 (42.97% from 255 or 50% from 218); Max value from RGB is 109 - color contains mainly: blue. Hex color #026B6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026B6D is #FD9492. Grayscale: #4B4B4B. Windows color (decimal): -16618643 or 7170818. OLE color: 7170818.

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

Color convert

RGB2107109-
CMYK0.980.0200.57
HSL181.12º96.4%21.76%-
HSV(B)181.12º98.17%42.75%-
XYZ8.0411.6316.29-
YUV75.83146.7175.34-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.92%
GREEN value IS 107 (42.19% from 255) = 49.08%
BLUE value IS 109 (42.97% from 255) = 50%
R=0.92%
G=49.08%
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.57
SystemRedGreenBlueCMYKHSL
Decimal21071090.980.0200.57181.1296.421.76
Hex26B6D622039b56016
Octal2153155142207126514026
Binary1011010111101101110001010011100110110101110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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