#026868

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

Shades of Blue Lagoon #026868

Tints of Blue Lagoon #026868

Color information

#026868 (or 0x026868) is unknown color: approx Blue Lagoon. HEX triplet: 02, 68 and 68. RGB value is (2,104,104). Sum of RGB (Red+Green+Blue) = 2+104+104=210 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 210); Green value is 104 (41.02% from 255 or 49.52% from 210); Blue value is 104 (41.02% from 255 or 49.52% from 210); Max value from RGB is 104 - color contains mainly: green, blue. Hex color #026868 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026868 is #FD9797. Grayscale: #494949. Windows color (decimal): -16619416 or 6842370. OLE color: 6842370.

HSL color Cylindrical-coordinate representation of color #026868: hue angle of 180º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026868 is Cyan = 0.98, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2104104-
CMYK0.98000.59
HSL180º96.23%20.78%-
HSV(B)180º98.08%40.78%-
XYZ7.4710.9114.81-
YUV73.5145.2177-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.95%
GREEN value IS 104 (41.02% from 255) = 49.52%
BLUE value IS 104 (41.02% from 255) = 49.52%
R=0.95%
G=49.52%
B=49.52%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal21041040.98000.5918096.2320.78
Hex2686862003Bb46015
Octal2150150142007326414025
Binary101101000110100011000100011101110110100110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026868; }

 p { color: rgb(2,104,104); }

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

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

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

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

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

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

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