#006B56

Color #006B56 Watercourse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Watercourse #006B56

Tints of Watercourse #006B56

Color information

#006B56 (or 0x006B56) is unknown color: approx Watercourse. HEX triplet: 00, 6B and 56. RGB value is (0,107,86). Sum of RGB (Red+Green+Blue) = 0+107+86=193 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 193); Green value is 107 (42.19% from 255 or 55.44% from 193); Blue value is 86 (33.98% from 255 or 44.56% from 193); Max value from RGB is 107 - color contains mainly: green. Hex color #006B56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006B56 is #FF94A9. Grayscale: #484848. Windows color (decimal): -16749738 or 5663488. OLE color: 5663488.

HSL color Cylindrical-coordinate representation of color #006B56: hue angle of 168.22º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006B56 is Cyan = 1, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.58.

Color convert

RGB010786-
CMYK100.200.58
HSL168.22º100%20.98%-
HSV(B)168.22º100%41.96%-
XYZ6.9411.1910.6-
YUV72.61135.5576.21-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 107 (42.19% from 255) = 55.44%
BLUE value IS 86 (33.98% from 255) = 44.56%
R=0%
G=55.44%
B=44.56%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal010786100.200.58168.2210020.98
Hex06B56640143Aa86415
Octal01531261440247225014425
Binary011010111010110110010001010011101010101000110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006B56; }

 p { color: rgb(0,107,86); }

 H1.HeaderClassName
 {
   color: #006B56;
 }
 .AnyTagClassName
 {
   color: #006B56;
 }
</style>
background-color css

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

 a { background-color: rgb(0,107,86); }

 div.DivClassName
 {
   background-color: #006B56;
 }
 .BgClassName
 {
   background-color: #006B56;
 }
</style>
border-color css

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

 span { border-color: rgb(0,107,86); }

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