#026B78

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

Shades of Blue Lagoon #026B78

Tints of Blue Lagoon #026B78

Color information

#026B78 (or 0x026B78) is unknown color: approx Blue Lagoon. HEX triplet: 02, 6B and 78. RGB value is (2,107,120). Sum of RGB (Red+Green+Blue) = 2+107+120=229 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 229); Green value is 107 (42.19% from 255 or 46.72% from 229); Blue value is 120 (47.27% from 255 or 52.40% from 229); Max value from RGB is 120 - color contains mainly: blue. Hex color #026B78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026B78 is #FD9487. Grayscale: #4C4C4C. Windows color (decimal): -16618632 or 7891714. OLE color: 7891714.

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

Color convert

RGB2107120-
CMYK0.980.1100.53
HSL186.61º96.72%23.92%-
HSV(B)186.61º98.33%47.06%-
XYZ8.6711.8819.61-
YUV77.09152.2174.44-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.87%
GREEN value IS 107 (42.19% from 255) = 46.72%
BLUE value IS 120 (47.27% from 255) = 52.40%
R=0.87%
G=46.72%
B=52.40%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal21071200.980.1100.53186.6196.7223.92
Hex26B7862B035bb6118
Octal21531701421306527314130
Binary101101011111100011000101011011010110111011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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