#084E6A

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

Shades of Blue Lagoon #084E6A

Tints of Blue Lagoon #084E6A

Color information

#084E6A (or 0x084E6A) is unknown color: approx Blue Lagoon. HEX triplet: 08, 4E and 6A. RGB value is (8,78,106). Sum of RGB (Red+Green+Blue) = 8+78+106=192 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.17% from 192); Green value is 78 (30.86% from 255 or 40.62% from 192); Blue value is 106 (41.80% from 255 or 55.21% from 192); Max value from RGB is 106 - color contains mainly: blue. Hex color #084E6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #084E6A is #F7B195. Grayscale: #3C3C3C. Windows color (decimal): -16232854 or 6966792. OLE color: 6966792.

HSL color Cylindrical-coordinate representation of color #084E6A: hue angle of 197.14º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #084E6A is Cyan = 0.92, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB878106-
CMYK0.920.2600.58
HSL197.14º85.96%22.35%-
HSV(B)197.14º92.45%41.57%-
XYZ5.436.5414.61-
YUV60.26153.8190.72-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.17%
GREEN value IS 78 (30.86% from 255) = 40.62%
BLUE value IS 106 (41.80% from 255) = 55.21%
R=4.17%
G=40.62%
B=55.21%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8781060.920.2600.58197.1485.9622.35
Hex84E6A5C1A03Ac55616
Octal101161521343207230512626
Binary100010011101101010101110011010011101011000101101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084E6A; }

 p { color: rgb(8,78,106); }

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

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

 a { background-color: rgb(8,78,106); }

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

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

 span { border-color: rgb(8,78,106); }

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