Html Css Color HEX #008553 Watercourse

📋 copy color: '#008553'

red 0 ◦ green 133 ◦ blue 83

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

Shades of Watercourse #008553

Tints of Watercourse #008553

RGB

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

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

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

R = 0%
G = 61.57%
B = 38.43%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#008553 (or 0x008553) is known color: Watercourse. HEX triplet: 00, 85 and 53. RGB value is (0,133,83). Sum of RGB (Red+Green+Blue) = 0+133+83=216 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 216); Green value is 133 (52.34% from 255 or 61.57% from 216); Blue value is 83 (32.81% from 255 or 38.43% from 216); Max value from RGB is 133 - color contains mainly: green. Hex color #008553 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008553 is #FF7AAC. Grayscale: #575757. Windows color (decimal): -16743085 or 5473536. OLE color: 5473536.

HSL color Cylindrical-coordinate representation of color #008553: hue angle of 157.44º 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 #008553 is Cyan = 1, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB 0 133 83 -
CMYK 1 0 0.38 0.48
HSL 157.44º 1% 0.26% -
HSV(B) 157.44º 1% 0.52% -
XYZ 9.95 17.4 11.02 -
YUV 87.53 125.44 65.57 -
System Red Green Blue C M Y K H S L
Decimal 0 133 83 1 0 0.38 0.48 157.44 1 0.26
Hex 0 85 53 64 0 26 30 9D 64 1A
Octal 0 205 123 144 0 46 60 235 144 32
Binary 0 10000101 1010011 1100100 0 100110 110000 10011101 1100100 11010

Color Harmonies of #008553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008553

Black with #008553

Text Example


Text Example

White with #008553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008553; }

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

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

background-color css

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

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

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

border-color css

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

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

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