#026D78

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

Shades of Blue Lagoon #026D78

Tints of Blue Lagoon #026D78

Color information

#026D78 (or 0x026D78) is unknown color: approx Blue Lagoon. HEX triplet: 02, 6D and 78. RGB value is (2,109,120). Sum of RGB (Red+Green+Blue) = 2+109+120=231 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 231); Green value is 109 (42.97% from 255 or 47.19% from 231); Blue value is 120 (47.27% from 255 or 51.95% from 231); Max value from RGB is 120 - color contains mainly: blue. Hex color #026D78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026D78 is #FD9287. Grayscale: #4E4E4E. Windows color (decimal): -16618120 or 7892226. OLE color: 7892226.

HSL color Cylindrical-coordinate representation of color #026D78: hue angle of 185.59º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026D78 is Cyan = 0.98, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2109120-
CMYK0.980.0900.53
HSL185.59º96.72%23.92%-
HSV(B)185.59º98.33%47.06%-
XYZ8.8812.3119.68-
YUV78.26151.5573.61-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.87%
GREEN value IS 109 (42.97% from 255) = 47.19%
BLUE value IS 120 (47.27% from 255) = 51.95%
R=0.87%
G=47.19%
B=51.95%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal21091200.980.0900.53185.5996.7223.92
Hex26D78629035ba6118
Octal21551701421106527214130
Binary101101101111100011000101001011010110111010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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