Html Css Color HEX #085D4C Watercourse

📋 copy color: '#085D4C'

red 8 ◦ green 93 ◦ blue 76

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

Shades of Watercourse #085D4C

Tints of Watercourse #085D4C

RGB

 RED value IS 8 (3.52% from 255) = 4.52%

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

 BLUE value IS 76 (30.08% from 255) = 42.94%

R = 4.52%
G = 52.54%
B = 42.94%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.18

 K value IS 0.64

RGB Variations

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

Color information

#085D4C (or 0x085D4C) is known color: Watercourse. HEX triplet: 08, 5D and 4C. RGB value is (8,93,76). Sum of RGB (Red+Green+Blue) = 8+93+76=177 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.52% from 177); Green value is 93 (36.72% from 255 or 52.54% from 177); Blue value is 76 (30.08% from 255 or 42.94% from 177); Max value from RGB is 93 - color contains mainly: green. Hex color #085D4C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085D4C is #F7A2B3. Grayscale: #414141. Windows color (decimal): -16229044 or 5004552. OLE color: 5004552.

HSL color Cylindrical-coordinate representation of color #085D4C: hue angle of 168º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085D4C is Cyan = 0.91, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.64.

Color convert

RGB 8 93 76 -
CMYK 0.91 0 0.18 0.64
HSL 168º 0.84% 0.2% -
HSV(B) 168º 0.91% 0.36% -
XYZ 5.32 8.4 8.18 -
YUV 65.65 133.84 86.88 -
System Red Green Blue C M Y K H S L
Decimal 8 93 76 0.91 0 0.18 0.64 168 0.84 0.2
Hex 8 5D 4C 5B 0 12 40 A8 54 14
Octal 10 135 114 133 0 22 100 250 124 24
Binary 1000 1011101 1001100 1011011 0 10010 1000000 10101000 1010100 10100

Color Harmonies of #085D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085D4C

Black with #085D4C

Text Example


Text Example

White with #085D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085D4C; }

 p { color: rgb(8,93,76); }

 H1.HeaderClassName
 {
   color: #085D4C;
 }
 .AnyTagClassName
 {
   color: #085D4C;
 }
</style>

background-color css

<style>
 a { background-color: #085D4C; }

 a { background-color: rgb(8,93,76); }

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

border-color css

<style>
 span { border-color: #085D4C; }

 span { border-color: rgb(8,93,76); }

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