Html Css Color HEX #095C6D Blue Lagoon

📋 copy color: '#095C6D'

red 9 ◦ green 92 ◦ blue 109

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

Shades of Blue Lagoon #095C6D

Tints of Blue Lagoon #095C6D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 43.81%

 BLUE value IS 109 (42.97% from 255) = 51.9%

R = 4.29%
G = 43.81%
B = 51.9%

CMYK

 C value IS 0.92

 M value IS 0.16

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#095C6D (or 0x095C6D) is known color: Blue Lagoon. HEX triplet: 09, 5C and 6D. RGB value is (9,92,109). Sum of RGB (Red+Green+Blue) = 9+92+109=210 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.29% from 210); Green value is 92 (36.33% from 255 or 43.81% from 210); Blue value is 109 (42.97% from 255 or 51.90% from 210); Max value from RGB is 109 - color contains mainly: blue. Hex color #095C6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095C6D is #F6A392. Grayscale: #444444. Windows color (decimal): -16163731 or 7166985. OLE color: 7166985.

HSL color Cylindrical-coordinate representation of color #095C6D: hue angle of 190.2º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #095C6D is Cyan = 0.92, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 9 92 109 -
CMYK 0.92 0.16 0 0.57
HSL 190.2º 0.85% 0.23% -
HSV(B) 190.2º 0.92% 0.43% -
XYZ 6.7 8.82 15.82 -
YUV 69.12 150.5 85.12 -
System Red Green Blue C M Y K H S L
Decimal 9 92 109 0.92 0.16 0 0.57 190.2 0.85 0.23
Hex 9 5C 6D 5C 10 0 39 BE 55 17
Octal 11 134 155 134 20 0 71 276 125 27
Binary 1001 1011100 1101101 1011100 10000 0 111001 10111110 1010101 10111

Color Harmonies of #095C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095C6D

Black with #095C6D

Text Example


Text Example

White with #095C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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