Html Css Color HEX #00634C Watercourse

📋 copy color: '#00634C'

red 0 ◦ green 99 ◦ blue 76

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

Shades of Watercourse #00634C

Tints of Watercourse #00634C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 56.57%

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

R = 0%
G = 56.57%
B = 43.43%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.23

 K value IS 0.61

RGB Variations

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

Color information

#00634C (or 0x00634C) is known color: Watercourse. HEX triplet: 00, 63 and 4C. RGB value is (0,99,76). Sum of RGB (Red+Green+Blue) = 0+99+76=175 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 175); Green value is 99 (39.06% from 255 or 56.57% from 175); Blue value is 76 (30.08% from 255 or 43.43% from 175); Max value from RGB is 99 - color contains mainly: green. Hex color #00634C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00634C is #FF9CB3. Grayscale: #424242. Windows color (decimal): -16751796 or 5006080. OLE color: 5006080.

HSL color Cylindrical-coordinate representation of color #00634C: hue angle of 166.06º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00634C is Cyan = 1, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.61.

Color convert

RGB 0 99 76 -
CMYK 1 0 0.23 0.61
HSL 166.06º 1% 0.19% -
HSV(B) 166.06º 1% 0.39% -
XYZ 5.77 9.45 8.36 -
YUV 66.78 133.2 80.37 -
System Red Green Blue C M Y K H S L
Decimal 0 99 76 1 0 0.23 0.61 166.06 1 0.19
Hex 0 63 4C 64 0 17 3D A6 64 13
Octal 0 143 114 144 0 27 75 246 144 23
Binary 0 1100011 1001100 1100100 0 10111 111101 10100110 1100100 10011

Color Harmonies of #00634C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00634C

Black with #00634C

Text Example


Text Example

White with #00634C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00634C; }

 p { color: rgb(0,99,76); }

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

background-color css

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

 a { background-color: rgb(0,99,76); }

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

border-color css

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

 span { border-color: rgb(0,99,76); }

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