#026B74

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

Shades of Blue Lagoon #026B74

Tints of Blue Lagoon #026B74

Color information

#026B74 (or 0x026B74) is unknown color: approx Blue Lagoon. HEX triplet: 02, 6B and 74. RGB value is (2,107,116). Sum of RGB (Red+Green+Blue) = 2+107+116=225 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 225); Green value is 107 (42.19% from 255 or 47.56% from 225); Blue value is 116 (45.70% from 255 or 51.56% from 225); Max value from RGB is 116 - color contains mainly: blue. Hex color #026B74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026B74 is #FD948B. Grayscale: #4C4C4C. Windows color (decimal): -16618636 or 7629570. OLE color: 7629570.

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

Color convert

RGB2107116-
CMYK0.980.0800.55
HSL184.74º96.61%23.14%-
HSV(B)184.74º98.28%45.49%-
XYZ8.4411.7918.35-
YUV76.63150.2174.77-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.89%
GREEN value IS 107 (42.19% from 255) = 47.56%
BLUE value IS 116 (45.70% from 255) = 51.56%
R=0.89%
G=47.56%
B=51.56%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21071160.980.0800.55184.7496.6123.14
Hex26B74628037b96117
Octal21531641421006727114127
Binary101101011111010011000101000011011110111001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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