#006A77

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

Shades of Blue Lagoon #006A77

Tints of Blue Lagoon #006A77

Color information

#006A77 (or 0x006A77) is unknown color: approx Blue Lagoon. HEX triplet: 00, 6A and 77. RGB value is (0,106,119). Sum of RGB (Red+Green+Blue) = 0+106+119=225 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 225); Green value is 106 (41.80% from 255 or 47.11% from 225); Blue value is 119 (46.88% from 255 or 52.89% from 225); Max value from RGB is 119 - color contains mainly: blue. Hex color #006A77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006A77 is #FF9588. Grayscale: #4B4B4B. Windows color (decimal): -16749961 or 7825920. OLE color: 7825920.

HSL color Cylindrical-coordinate representation of color #006A77: hue angle of 186.55º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006A77 is Cyan = 1, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB0106119-
CMYK10.1100.53
HSL186.55º100%23.33%-
HSV(B)186.55º100%46.67%-
XYZ8.4811.6419.25-
YUV75.79152.3873.94-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 106 (41.80% from 255) = 47.11%
BLUE value IS 119 (46.88% from 255) = 52.89%
R=0%
G=47.11%
B=52.89%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal010611910.1100.53186.5510023.33
Hex06A7764B035bb6417
Octal01521671441306527314427
Binary01101010111011111001001011011010110111011110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006A77; }

 p { color: rgb(0,106,119); }

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

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

 a { background-color: rgb(0,106,119); }

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

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

 span { border-color: rgb(0,106,119); }

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