#026E75

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

Shades of Blue Lagoon #026E75

Tints of Blue Lagoon #026E75

Color information

#026E75 (or 0x026E75) is unknown color: approx Blue Lagoon. HEX triplet: 02, 6E and 75. RGB value is (2,110,117). Sum of RGB (Red+Green+Blue) = 2+110+117=229 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 229); Green value is 110 (43.36% from 255 or 48.03% from 229); Blue value is 117 (46.09% from 255 or 51.09% from 229); Max value from RGB is 117 - color contains mainly: blue. Hex color #026E75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026E75 is #FD918A. Grayscale: #4E4E4E. Windows color (decimal): -16617867 or 7695874. OLE color: 7695874.

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

Color convert

RGB2110117-
CMYK0.980.0600.54
HSL183.65º96.64%23.33%-
HSV(B)183.65º98.29%45.88%-
XYZ8.8112.4518.77-
YUV78.51149.7273.43-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.87%
GREEN value IS 110 (43.36% from 255) = 48.03%
BLUE value IS 117 (46.09% from 255) = 51.09%
R=0.87%
G=48.03%
B=51.09%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal21101170.980.0600.54183.6596.6423.33
Hex26E75626036b86117
Octal2156165142606627014127
Binary10110111011101011100010110011011010111000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,110,117); }

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

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

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

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

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

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

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