#095E6F

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

Shades of Blue Lagoon #095E6F

Tints of Blue Lagoon #095E6F

Color information

#095E6F (or 0x095E6F) is unknown color: approx Blue Lagoon. HEX triplet: 09, 5E and 6F. RGB value is (9,94,111). Sum of RGB (Red+Green+Blue) = 9+94+111=214 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.21% from 214); Green value is 94 (37.11% from 255 or 43.93% from 214); Blue value is 111 (43.75% from 255 or 51.87% from 214); Max value from RGB is 111 - color contains mainly: blue. Hex color #095E6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095E6F is #F6A190. Grayscale: #464646. Windows color (decimal): -16163217 or 7298569. OLE color: 7298569.

HSL color Cylindrical-coordinate representation of color #095E6F: hue angle of 190º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #095E6F is Cyan = 0.92, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB994111-
CMYK0.920.1500.56
HSL190º85%23.53%-
HSV(B)190º91.89%43.53%-
XYZ6.989.2116.45-
YUV70.52150.8484.12-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.21%
GREEN value IS 94 (37.11% from 255) = 43.93%
BLUE value IS 111 (43.75% from 255) = 51.87%
R=4.21%
G=43.93%
B=51.87%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9941110.920.1500.561908523.53
Hex95E6F5CF038be5518
Octal111361571341707027612530
Binary10011011110110111110111001111011100010111110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095E6F; }

 p { color: rgb(9,94,111); }

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

<style>
 a { background-color: #095E6F; }

 a { background-color: rgb(9,94,111); }

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

<style>
 span { border-color: #095E6F; }

 span { border-color: rgb(9,94,111); }

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