#095C6A

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

Shades of Blue Lagoon #095C6A

Tints of Blue Lagoon #095C6A

Color information

#095C6A (or 0x095C6A) is unknown color: approx Blue Lagoon. HEX triplet: 09, 5C and 6A. RGB value is (9,92,106). Sum of RGB (Red+Green+Blue) = 9+92+106=207 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.35% from 207); Green value is 92 (36.33% from 255 or 44.44% from 207); Blue value is 106 (41.80% from 255 or 51.21% from 207); Max value from RGB is 106 - color contains mainly: blue. Hex color #095C6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095C6A is #F6A395. Grayscale: #444444. Windows color (decimal): -16163734 or 6970377. OLE color: 6970377.

HSL color Cylindrical-coordinate representation of color #095C6A: hue angle of 188.66º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #095C6A is Cyan = 0.92, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB992106-
CMYK0.920.1300.58
HSL188.66º84.35%22.55%-
HSV(B)188.66º91.51%41.57%-
XYZ6.548.7514.98-
YUV68.7814985.36-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.35%
GREEN value IS 92 (36.33% from 255) = 44.44%
BLUE value IS 106 (41.80% from 255) = 51.21%
R=4.35%
G=44.44%
B=51.21%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal9921060.920.1300.58188.6684.3522.55
Hex95C6A5CD03Abd5417
Octal111341521341507227512427
Binary10011011100110101010111001101011101010111101101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,92,106); }

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

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

 a { background-color: rgb(9,92,106); }

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

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

 span { border-color: rgb(9,92,106); }

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