#006B53

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

Shades of Watercourse #006B53

Tints of Watercourse #006B53

Color information

#006B53 (or 0x006B53) is unknown color: approx Watercourse. HEX triplet: 00, 6B and 53. RGB value is (0,107,83). Sum of RGB (Red+Green+Blue) = 0+107+83=190 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 190); Green value is 107 (42.19% from 255 or 56.32% from 190); Blue value is 83 (32.81% from 255 or 43.68% from 190); Max value from RGB is 107 - color contains mainly: green. Hex color #006B53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006B53 is #FF94AC. Grayscale: #484848. Windows color (decimal): -16749741 or 5466880. OLE color: 5466880.

HSL color Cylindrical-coordinate representation of color #006B53: hue angle of 166.54º 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 #006B53 is Cyan = 1, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.58.

Color convert

RGB010783-
CMYK100.220.58
HSL166.54º100%20.98%-
HSV(B)166.54º100%41.96%-
XYZ6.8211.149.97-
YUV72.27134.0576.45-

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) = 56.32%
BLUE value IS 83 (32.81% from 255) = 43.68%
R=0%
G=56.32%
B=43.68%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal010783100.220.58166.5410020.98
Hex06B53640163Aa76415
Octal01531231440267224714425
Binary011010111010011110010001011011101010100111110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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