#026B72

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

Shades of Blue Lagoon #026B72

Tints of Blue Lagoon #026B72

Color information

#026B72 (or 0x026B72) is unknown color: approx Blue Lagoon. HEX triplet: 02, 6B and 72. RGB value is (2,107,114). Sum of RGB (Red+Green+Blue) = 2+107+114=223 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 223); Green value is 107 (42.19% from 255 or 47.98% from 223); Blue value is 114 (44.92% from 255 or 51.12% from 223); Max value from RGB is 114 - color contains mainly: blue. Hex color #026B72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026B72 is #FD948D. Grayscale: #4C4C4C. Windows color (decimal): -16618638 or 7498498. OLE color: 7498498.

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

Color convert

RGB2107114-
CMYK0.980.0600.55
HSL183.75º96.55%22.75%-
HSV(B)183.75º98.25%44.71%-
XYZ8.3211.7417.75-
YUV76.4149.2174.93-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.90%
GREEN value IS 107 (42.19% from 255) = 47.98%
BLUE value IS 114 (44.92% from 255) = 51.12%
R=0.90%
G=47.98%
B=51.12%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21071140.980.0600.55183.7596.5522.75
Hex26B72626037b86117
Octal2153162142606727014127
Binary10110101111100101100010110011011110111000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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