Html Css Color HEX #095D6F Blue Lagoon

📋 copy color: '#095D6F'

red 9 ◦ green 93 ◦ blue 111

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

Shades of Blue Lagoon #095D6F

Tints of Blue Lagoon #095D6F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 43.66%

 BLUE value IS 111 (43.75% from 255) = 52.11%

R = 4.23%
G = 43.66%
B = 52.11%

CMYK

 C value IS 0.92

 M value IS 0.16

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#095D6F (or 0x095D6F) is known color: Blue Lagoon. HEX triplet: 09, 5D and 6F. RGB value is (9,93,111). Sum of RGB (Red+Green+Blue) = 9+93+111=213 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.23% from 213); Green value is 93 (36.72% from 255 or 43.66% from 213); Blue value is 111 (43.75% from 255 or 52.11% from 213); Max value from RGB is 111 - color contains mainly: blue. Hex color #095D6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095D6F is #F6A290. Grayscale: #454545. Windows color (decimal): -16163473 or 7298313. OLE color: 7298313.

HSL color Cylindrical-coordinate representation of color #095D6F: hue angle of 190.59º 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 #095D6F is Cyan = 0.92, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 9 93 111 -
CMYK 0.92 0.16 0 0.56
HSL 190.59º 0.85% 0.24% -
HSV(B) 190.59º 0.92% 0.44% -
XYZ 6.9 9.03 16.42 -
YUV 69.94 151.17 84.54 -
System Red Green Blue C M Y K H S L
Decimal 9 93 111 0.92 0.16 0 0.56 190.59 0.85 0.24
Hex 9 5D 6F 5C 10 0 38 BF 55 18
Octal 11 135 157 134 20 0 70 277 125 30
Binary 1001 1011101 1101111 1011100 10000 0 111000 10111111 1010101 11000

Color Harmonies of #095D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095D6F

Black with #095D6F

Text Example


Text Example

White with #095D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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