Html Css Color HEX #087A53 Watercourse

📋 copy color: '#087A53'

red 8 ◦ green 122 ◦ blue 83

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

Shades of Watercourse #087A53

Tints of Watercourse #087A53

RGB

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

 GREEN value IS 122 (48.05% from 255) = 57.28%

 BLUE value IS 83 (32.81% from 255) = 38.97%

R = 3.76%
G = 57.28%
B = 38.97%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.32

 K value IS 0.52

RGB Variations

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

Color information

#087A53 (or 0x087A53) is known color: Watercourse. HEX triplet: 08, 7A and 53. RGB value is (8,122,83). Sum of RGB (Red+Green+Blue) = 8+122+83=213 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.76% from 213); Green value is 122 (48.05% from 255 or 57.28% from 213); Blue value is 83 (32.81% from 255 or 38.97% from 213); Max value from RGB is 122 - color contains mainly: green. Hex color #087A53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087A53 is #F785AC. Grayscale: #535353. Windows color (decimal): -16221613 or 5470728. OLE color: 5470728.

HSL color Cylindrical-coordinate representation of color #087A53: hue angle of 159.47º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087A53 is Cyan = 0.93, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.52.

Color convert

RGB 8 122 83 -
CMYK 0.93 0 0.32 0.52
HSL 159.47º 0.88% 0.25% -
HSV(B) 159.47º 0.93% 0.48% -
XYZ 8.62 14.6 10.55 -
YUV 83.47 127.73 74.17 -
System Red Green Blue C M Y K H S L
Decimal 8 122 83 0.93 0 0.32 0.52 159.47 0.88 0.25
Hex 8 7A 53 5D 0 20 34 9F 58 19
Octal 10 172 123 135 0 40 64 237 130 31
Binary 1000 1111010 1010011 1011101 0 100000 110100 10011111 1011000 11001

Color Harmonies of #087A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087A53

Black with #087A53

Text Example


Text Example

White with #087A53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087A53; }

 p { color: rgb(8,122,83); }

 H1.HeaderClassName
 {
   color: #087A53;
 }
 .AnyTagClassName
 {
   color: #087A53;
 }
</style>

background-color css

<style>
 a { background-color: #087A53; }

 a { background-color: rgb(8,122,83); }

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

border-color css

<style>
 span { border-color: #087A53; }

 span { border-color: rgb(8,122,83); }

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