Html Css Color HEX #095E6C Blue Lagoon

📋 copy color: '#095E6C'

red 9 ◦ green 94 ◦ blue 108

#095E6C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Lagoon #095E6C

Tints of Blue Lagoon #095E6C

RGB

 RED value IS 9 (3.91% from 255) = 4.27%

 GREEN value IS 94 (37.11% from 255) = 44.55%

 BLUE value IS 108 (42.58% from 255) = 51.18%

R = 4.27%
G = 44.55%
B = 51.18%

CMYK

 C value IS 0.92

 M value IS 0.13

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#095E6C (or 0x095E6C) is known color: Blue Lagoon. HEX triplet: 09, 5E and 6C. RGB value is (9,94,108). Sum of RGB (Red+Green+Blue) = 9+94+108=211 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.27% from 211); Green value is 94 (37.11% from 255 or 44.55% from 211); Blue value is 108 (42.58% from 255 or 51.18% from 211); Max value from RGB is 108 - color contains mainly: blue. Hex color #095E6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095E6C is #F6A193. Grayscale: #464646. Windows color (decimal): -16163220 or 7101961. OLE color: 7101961.

HSL color Cylindrical-coordinate representation of color #095E6C: hue angle of 188.48º degrees, saturation: 0.85, 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 #095E6C is Cyan = 0.92, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 9 94 108 -
CMYK 0.92 0.13 0 0.58
HSL 188.48º 0.85% 0.23% -
HSV(B) 188.48º 0.92% 0.42% -
XYZ 6.82 9.15 15.59 -
YUV 70.18 149.34 84.36 -
System Red Green Blue C M Y K H S L
Decimal 9 94 108 0.92 0.13 0 0.58 188.48 0.85 0.23
Hex 9 5E 6C 5C D 0 3A BC 55 17
Octal 11 136 154 134 15 0 72 274 125 27
Binary 1001 1011110 1101100 1011100 1101 0 111010 10111100 1010101 10111

Color Harmonies of #095E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095E6C

Black with #095E6C

Text Example


Text Example

White with #095E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #095E6C;
 }
 .AnyTagClassName
 {
   color: #095E6C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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