#026D74

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

Shades of Blue Lagoon #026D74

Tints of Blue Lagoon #026D74

Color information

#026D74 (or 0x026D74) is unknown color: approx Blue Lagoon. HEX triplet: 02, 6D and 74. RGB value is (2,109,116). Sum of RGB (Red+Green+Blue) = 2+109+116=227 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 227); Green value is 109 (42.97% from 255 or 48.02% from 227); Blue value is 116 (45.70% from 255 or 51.10% from 227); Max value from RGB is 116 - color contains mainly: blue. Hex color #026D74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026D74 is #FD928B. Grayscale: #4D4D4D. Windows color (decimal): -16618124 or 7630082. OLE color: 7630082.

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

Color convert

RGB2109116-
CMYK0.980.0600.55
HSL183.68º96.61%23.14%-
HSV(B)183.68º98.28%45.49%-
XYZ8.6512.2118.42-
YUV77.81149.5573.93-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.88%
GREEN value IS 109 (42.97% from 255) = 48.02%
BLUE value IS 116 (45.70% from 255) = 51.10%
R=0.88%
G=48.02%
B=51.10%

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
Decimal21091160.980.0600.55183.6896.6123.14
Hex26D74626037b86117
Octal2155164142606727014127
Binary10110110111101001100010110011011110111000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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