Html Css Color HEX #008550 Watercourse

📋 copy color: '#008550'

red 0 ◦ green 133 ◦ blue 80

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

Shades of Watercourse #008550

Tints of Watercourse #008550

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 133 (52.34% from 255) = 62.44%

 BLUE value IS 80 (31.64% from 255) = 37.56%

R = 0%
G = 62.44%
B = 37.56%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.40

 K value IS 0.48

RGB Variations

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

Color information

#008550 (or 0x008550) is known color: Watercourse. HEX triplet: 00, 85 and 50. RGB value is (0,133,80). Sum of RGB (Red+Green+Blue) = 0+133+80=213 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 213); Green value is 133 (52.34% from 255 or 62.44% from 213); Blue value is 80 (31.64% from 255 or 37.56% from 213); Max value from RGB is 133 - color contains mainly: green. Hex color #008550 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008550 is #FF7AAF. Grayscale: #575757. Windows color (decimal): -16743088 or 5276928. OLE color: 5276928.

HSL color Cylindrical-coordinate representation of color #008550: hue angle of 156.09º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008550 is Cyan = 1, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB 0 133 80 -
CMYK 1 0 0.40 0.48
HSL 156.09º 1% 0.26% -
HSV(B) 156.09º 1% 0.52% -
XYZ 9.84 17.35 10.42 -
YUV 87.19 123.94 65.81 -
System Red Green Blue C M Y K H S L
Decimal 0 133 80 1 0 0.40 0.48 156.09 1 0.26
Hex 0 85 50 64 0 28 30 9C 64 1A
Octal 0 205 120 144 0 50 60 234 144 32
Binary 0 10000101 1010000 1100100 0 101000 110000 10011100 1100100 11010

Color Harmonies of #008550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008550

Black with #008550

Text Example


Text Example

White with #008550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008550; }

 p { color: rgb(0,133,80); }

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

background-color css

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

 a { background-color: rgb(0,133,80); }

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

border-color css

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

 span { border-color: rgb(0,133,80); }

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